Dockerized RESTful API for the Meal Planner web app.
JavaScript
Macro Counter API
Develop a restful api that will be used to monitor a users daily meals while keeping track of the macros. It will implement a token authentication system to verify the request and use mongodb to store the data.
April 2017 To Do
Set up and use authenticated calls
Use ENV variables to set up config logics
Fix issue with the copy file path to not include node_module folders (Dockerfile issue)
Seeded Database
Create Automated Test Cases [Find a framework to use]