Notes Backend Requirements NodeJS 10.15.0 MongoDB Install instruction Clone repository npm install create a .env file with the following variable: PORT=10010 MONGODB=mongodb://localhost:27017/notes npm run mock npm start Navigate to http://localhost:10010/docs for documentation