Here is the code for the REST API. API documentation can be found via Postman.
The following instructions will cover project setup and testing.
This REST API was built with Node.js and MongoDB, however MongoDB Atlas was used so one can test without having to worry about setting up a personal server.
First clone the repository
git clone https://github.com/jakeols/luma-eng-interview/
Install dependencies
npm install
Testing is done via Instanbul (nyc), Chai, and Mocha, and has been configured.
npm test
- Thanks for the great interview project! It was a great change of pace compared to HackerRank challenges :)