/todo-api

API for creating and listing todos.

Primary LanguageJavaScript

Todo

API for listing and creating todos. Project created to explore Hapi.

Getting Started

git clone https://github.com/tristanoneil/todo-api.git
cd todo-api
npm install
createdb todo_development
sequelize -m
node .