Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinusw/restaurantapp
A node/express/mongoDB CRUD app with a few nice twists
https://github.com/tinusw/restaurantapp
Last synced: 10 days ago
JSON representation
A node/express/mongoDB CRUD app with a few nice twists
- Host: GitHub
- URL: https://github.com/tinusw/restaurantapp
- Owner: Tinusw
- Created: 2018-03-08T22:51:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:13:41.000Z (over 6 years ago)
- Last Synced: 2024-11-06T05:06:35.164Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Restaurant App
This is a simple application where users can upload their favourite restaurants. They can:
- tag them
- rate them
- add location data for them
- add comments regarding their experiencesRestaurants are then fully CRUD'able, search-able and sort-able via tags.
# How to set it up
- clone the repo
- configure environment variables (see `example_variables.env` for template)
- npm install
- npm start#### Ensure you have mongodb up and running!