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

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

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!