https://github.com/benawad/feathersjs-menu-monkey-backend
Backend for a recipe box website
https://github.com/benawad/feathersjs-menu-monkey-backend
featherjs nodejs
Last synced: 2 months ago
JSON representation
Backend for a recipe box website
- Host: GitHub
- URL: https://github.com/benawad/feathersjs-menu-monkey-backend
- Owner: benawad
- Created: 2016-11-27T20:42:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T19:55:00.000Z (about 8 years ago)
- Last Synced: 2025-03-17T03:34:04.809Z (2 months ago)
- Topics: featherjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 44
- Watchers: 6
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feathersjs-menu-monkey-backend
Backend for a recipe box website
# How to run it
Install [mongodb](https://www.mongodb.com/) then create a database called `upgraded_menu_monkey`
`git clone https://github.com/benawad/feathersjs-menu-monkey-backend.git`
`cd feathersjs-menu-monkey-backend`
`npm install`
`npm start`
Then run the [frontend](https://github.com/benawad/react-menu-monkey-client/tree/master).
# Learn how it was made
Check out the [YouTube tutorial](https://www.youtube.com/watch?v=nR0kxhbI09I).