API for listing and creating todos. Project created to explore Hapi.
git clone https://github.com/tristanoneil/todo-api.git
cd todo-api
npm install
createdb todo_development
sequelize -m
node .
API for listing and creating todos. Project created to explore Hapi.
git clone https://github.com/tristanoneil/todo-api.git
cd todo-api
npm install
createdb todo_development
sequelize -m
node .