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