Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (37 loc) · 1.1 KB

🍕Pizza Delivery

Pizza ordering system built with Nodejs and React

How to runScreens

How to run

  1. Download the repository to your computer, as shown below:
git clone https://github.com/rogeriomattos/pizza-delivery
  1. Access the backend folder at ./pizza-delivery/backend and install the dependencies with the command below
npm i
  1. Finally to run the api use the command below
npm run dev
  1. open another terminal and access the frontend folder at ./pizza-delivery/frontend and install the dependencies with the command below
npm i
  1. Finally to run use the command below
npm start

Screens