Skip to content

filip373/todolist-api

Repository files navigation

todolist-api

codebeat badge Codeship Status for filip373/todolist-api Depfu

API backend of todolist app

Setup and configuration

Add following lines to your /etc/hosts file to configure DNS:

# Todolist app
127.0.0.1 todolist.local

Install dependencies:

bundle install

Initialize and setup the database:

bundle exec rails db:setup

Running

Run rails server:

bundle exec rails s

Development

Run guard to watch the files for changes and trigger automatic tests and checks:

bundle exec guard

Run tests:

bundle exec rspec

Swagger docs are available at /api-docs endpoint

About

API backend of todolist app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages