Gratibox 🙏🏼


gratibox gratibox gratibox


About ❔

Aiming to encourage a healthier lifestyle, this website (design for mobile) delivers a box with healthy and #gratitude products. Customers will be able to choose between two recurring subscription plans, weekly or monthly. Each box contains assorted products such as teas, organic products, incense. Customers cannot choose the products and do not know what will be shipped in each box. 😇


Deployment 🚀

https://gratibox-two.vercel.app/


Features ✅

  • register and login into the website
  • subscribe to a plan
  • choose between weekly or monthly plan
  • access plan details and upcoming delivery dates
  • [] evaluate deliveries

How to run 🏃‍♀️💨

# Clone the API repository 
$ git clone <https://github.com/victordurco/gratibox-api>

# Access the API project folder cmd/terminal
$ cd gratibox-api

# Install the dependencies
$ npm install

# Follow de instructions in the API repository to start dev server
 https://github.com/victordurco/gratibox-api
 
# Clone this repository in another folder
$ git clone <https://github.com/victordurco/gratibox>

# Access the project folder cmd/terminal
$ cd gratibox

# Install the dependencies
$ npm install

# Compile the code
$ npm run build

# Run the application
$ npm start

# The server will automatically start at localhost:3000/ on your favorite browser

Tech Stack 💾