Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 665 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 665 Bytes

rest-task

Given Task

Create an API using nodejs where a user can register and update his working experience.

Used Packages

1. Express
2. Body-Parser
3. Mongoose
4. nodemon
5. jsonwebtoken
6. sha256

Installation

Use the package manager to install all dependencies.

npm install

Database

Mongodb

Here I'm using localhost then you can replace what ever you want.

Other Environment for Database

if you are try to use some cloud db or other than local host configuration 
you need to replace the connectionQuery

Here it is :
`mongodb://${username}:${password}@${host}:${port}/${database_name}`