https://github.com/serenasensini/express.js-with-mongoose
An app to show how to build a simple API implementation with Express.js and MongoDb.
https://github.com/serenasensini/express.js-with-mongoose
expressjs mongodb mongoose nodejs rest-api
Last synced: 3 months ago
JSON representation
An app to show how to build a simple API implementation with Express.js and MongoDb.
- Host: GitHub
- URL: https://github.com/serenasensini/express.js-with-mongoose
- Owner: serenasensini
- Created: 2021-01-19T14:39:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T08:58:05.000Z (about 5 years ago)
- Last Synced: 2025-10-04T23:42:34.156Z (9 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express.js with MongoDb
An app to show how to build a simple API implementation with Express.js and MongoDb.
## Instructions
Follow the #step indicated through the hashtag and change the informations based on your schema and database logic.
To run the application, execute `npm start`.
N.B.: The `api` uri preceed all API endpoints and the following endpoints are currently available
* GET `/api/contacts`
* POST `/api/contacts`
* GET `/api/contacts/:id`
* PUT `/api/contacts/:id`
* DELETE `/api/contacts/:id`
## Versions
* npm: 6.14.9
* Node.js: v14.15.3
* MongoDB: 4.4.3