A web application to manage To Do items
Installation was tested on macOS High Sierra Version 10.13.2
(Optional) Install homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install node, or use homebrew:
brew install node
Install node dependencies:
npm install
Start the docker containers
docker-compose up
Navigate to localhost:8080
in your web browser
Api docs can be viewed here.
npm test
This project is licensed under the MIT License - see the LICENSE file for details