https://github.com/emmannweb/nodejs-user-api-with-mongodb-and-express
REST API with Nodejs, MongoDB and Express
https://github.com/emmannweb/nodejs-user-api-with-mongodb-and-express
expressjs mongdb nodejs rest-api
Last synced: 2 months ago
JSON representation
REST API with Nodejs, MongoDB and Express
- Host: GitHub
- URL: https://github.com/emmannweb/nodejs-user-api-with-mongodb-and-express
- Owner: emmannweb
- Created: 2020-02-02T01:26:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:55:27.000Z (over 3 years ago)
- Last Synced: 2023-03-07T13:37:14.931Z (over 3 years ago)
- Topics: expressjs, mongdb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API for User with Nodejs, MongoDB and Expressjs
### In this Back-End API we develop all the routes for User like:
Create a user with unique email address and hash password, Read all users or a single user,
update and delete user, along with a signin route that verify, first, the email in the DB and check if the password is correct; otherwise you'll
not be able to log. We could enhance the features. But we Keep it like this for now.
We used Postman to test our Routes API, feel free to use it too.
*Run "npm install" to install the node packages.
##### Any questions or comments are welcome!