This is a webapp made for the OOAD course project, course CSN-291.
Implementation Details to setup this project on local system (for windows) -
-
Download git in your system, if not present already. Follow the following for installing git.
-
Download node.js and npm on your system
https://phoenixnap.com/kb/install-node-js-npm-on-windows
The installation can be verified by the following commands -
-
node -v
-
npm -v
-
-
Clone this github repository in some directory by pasting the following command in gitbash terminal
-
Go into the Foodie directory just cloned and type in the following command to install all the npm packages and dependencies required in the app
npm install
-
Lastly, run the following command to start the app on localhost port 3000
npm start
This will open up the sign in page of the app and hence the setup is simple and complete.
Contributors -
- Siddharth Singh Rana
- Sumit Bera
- Shikhar Agrawal
- Arpeit Chourasiya
- Vikas Dheravath