https://github.com/edwardcdev/recipe-app-backend
A backend for a recipe app used node, express, and mongodb.
https://github.com/edwardcdev/recipe-app-backend
express mongodb nodejs
Last synced: about 1 month ago
JSON representation
A backend for a recipe app used node, express, and mongodb.
- Host: GitHub
- URL: https://github.com/edwardcdev/recipe-app-backend
- Owner: edwardcdev
- License: mit
- Created: 2021-10-17T06:35:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T08:11:57.000Z (over 3 years ago)
- Last Synced: 2025-01-29T11:52:18.095Z (3 months ago)
- Topics: express, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-Express-recipe-app-Backend
Backend to a recipe app using node, express, and mongoDb
## Specification
- Node
- Express
- MongoDB## Development server
- `npm install`
- `node server` or `nodemon`