This project is part of the final challenge of Rocketseat bootcamp course. It consists in a delivery application of a fantasy pizza parlor.
This web app integrates with an API built with NodeJS and it's designed to manage the application. There's a mobile app intended for customers
I deployed this project on Netlify, try it out: pizza-delivery.com
- email:
admin@delivery.com
- password:
123456
Note Remember that this web app is for managing the application, try the app for customers too
Cloning the repo
git clone https://github.com/CaioQuirinoMedeiros/delivery_web.git
cd delivery_web
Installing dependencies
yarn install
- Follow the instructions on delivery-api to have the server up and running
- Create a .env file and set a variable
REACT_APP_API_URL
with the value of your server url
- It should looks like this:
CREATE_APP_API_URL=http://127.0.0.1:3333
run in development mode
yarn start
or you can build and then serve the build folder
yarn build