/open-todo

A very basic Todo app for building an external API

Primary LanguageRuby

README

1) Fork the Repo.

2) Clone the fork to your computer.

3) Set up database.yml and your local database. Bundle install.

4) Get hacking.

5) curl -H “Content-Type: application/json” -d ‘{“new_user”: {“username”:“admin”,“password”:“adminpass”}}’ localhost:3000/api/users