Skip to content

ssuriyayuvan/rest-task

Repository files navigation

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}`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published