Create an API using nodejs where a user can register and update his working experience.
1. Express
2. Body-Parser
3. Mongoose
4. nodemon
5. jsonwebtoken
6. sha256
Use the package manager to install all dependencies.
npm install
Mongodb
Here I'm using localhost then you can replace what ever you want.
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}`