Implemented with nodejs and mongodb
- Setup your mongodb database and configure enviroment variables in nodemon.json
- Install dependencies and run for development:
npm install && npm start
You may interact with the exposed api by using my implementation in vue.js
API documentation to be added