Skip to content

LaercioSantana/to-do-list-api

Repository files navigation

To-do list

Environment

  • Ruby 2.4.0
  • Rails 5.0.2

Usage

On the root folder:

$ bundle install     # install dependencies
$ rake db:create     # create database
$ rake db:migrate    # update database schema
$ rails s            # run server

Run tests

On the root folder:

$ rspec spec --format documentation

Doc

You can see the documentation here(portuguese)

To generate the documentation you need have installed apidoc.

$ apidoc -i app/controllers/ -o doc/

About

A simple rest api to a to-do list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published