Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

textie/textie

Repository files navigation

README

This is my personal development project.

  • Ruby version: 2.7.1

  • System dependencies: libpq-dev

  • See .env.example for required environment variables.

  • Database initialization:

    rails db:setup
  • How to run the test suite
    bin/rspec
  • API documentation Generate docs running bin/doc. Docs are available at /api/v1/docs.