https://github.com/riteshsp2000/foodzy
A webapp to place requests for food which can be delivered by your campus mates.
https://github.com/riteshsp2000/foodzy
Last synced: over 1 year ago
JSON representation
A webapp to place requests for food which can be delivered by your campus mates.
- Host: GitHub
- URL: https://github.com/riteshsp2000/foodzy
- Owner: riteshsp2000
- Created: 2020-06-24T15:33:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:56:43.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:43:23.765Z (over 1 year ago)
- Language: JavaScript
- Size: 30.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodzy
A webapp to place requests for food which can be delivered by your campus mates.
## Starting the project
1. From the root directory run the command ``` npm install ```
2. Also install nodemon as dev dependancy with ``` npm install -D nodemon ```
3. Change into the client directory and run the command ``` npm install ```
4. From the root directory run the command ``` npm run dev ```
This will automatically start the backend and frontend servers for development.