alissalikavec / open-todo

A very basic Todo app for building an external API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A very basic Todo app for building an external API


Languages

Language:Ruby 94.8%Language:CSS 3.7%Language:JavaScript 1.5%