Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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