Skip to content

proponar/dida-api

Repository files navigation

API for DIDA entry app.

  • Dependencies:

    • Ruby 2.6.x, Rails 6.x.
    • PosgreSQL
  • Configuration

  • Database creation

  • Database initialization

  • Running tests: First seed the locations:

    RAILS_ENV=test rake db:seed_location

    Run all tests, documentation format: bundle exec rake spec SPEC_OPTS=-fd

    Run a single test: bundle exec rake spec SPEC=./spec/models/entry_spec.rb

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

Progress

bundle exec rails generate paper_trail:install --with-changes

token authorization

next:

  • session tokens

Rails test workflow

Releases

No releases published

Packages

No packages published

Languages