This project is a food ordering app. You can order from our very limited food options where when ready to place an order you are requested to input your information for delivery where it is then recieved at a firebase realtime database (unfortunately no order will be made nor delivered). Check out the live site.
This was built with the help of:
-
System requirements:
- Node.js 12.22.0 or later
- MacOS, Windows (including WSL), and Linux are supported.
-
Clone the repository.
-
npm install
-
npm start
to start the server . -
open web page and go to url: http://localhost:3000
(side note: if that doesn't work use nvm install 16
and try npm start
again.)