Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesdevbie/recipe-app
A Simple Recipe App with CRUD operation using Node, Express, MongoDB
https://github.com/jamesdevbie/recipe-app
es6 expressjs javascript mongodb nodejs
Last synced: about 2 months ago
JSON representation
A Simple Recipe App with CRUD operation using Node, Express, MongoDB
- Host: GitHub
- URL: https://github.com/jamesdevbie/recipe-app
- Owner: jamesdevbie
- Created: 2024-10-23T16:13:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:09:40.000Z (2 months ago)
- Last Synced: 2024-10-28T09:38:55.342Z (2 months ago)
- Topics: es6, expressjs, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage: https://recipe-app-vtqz.onrender.com/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Recipe App with CRUD operation using Node, Express and MongoDB
# API Documentation can be sourced below,
# https://documenter.getpostman.com/view/39168818/2sAY4rF527# Additional information about the vailable routes,
Base URL - https://recipe-app-vtqz.onrender.com/
App Specific route - /api/recipe
End Points:
1. /recipelist
2. /recipedetails/id
3. /createrecipe
4. /updaterecipe/id
5. /deleterecipe/id