This API allows you to create users and attach notes to them. In order to add notes you need to be authenicated using jwt.You can also retrive users to check their information in notes. All the information is saved in a dockerized mongoDB
docker run -d -p 27017:27017 --name my-mongo mongo:latest
- Create .env file following the .env.example template
Install local dependencies:
npm install
npm run dev
npm start
Check request folder to see requests templates
npm test