Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.51 KB

Pizza Delivery - Web

About

This project is part of the final challenge of Rocketseat bootcamp course. It consists in a delivery application of a fantasy pizza parlor.

Integration

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

Try it now

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

⬇️ Installing

Cloning the repo

git clone /~https://github.com/CaioQuirinoMedeiros/delivery_web.git

cd delivery_web

Installing dependencies

yarn install

📡 Connecting with the server API

  1. Follow the instructions on delivery-api to have the server up and running
  2. 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

🏃 Running

run in development mode

yarn start

or you can build and then serve the build folder

yarn build