/moar-api

⏲ Moar! A sample time tracker - API made with Ruby on Rails.

Primary LanguageRuby

Moar! (API)

Prerequisites

Getting Started

  1. See prerequisites.
  2. At the root directory execute docker-compose run api db:create to create the databases.
  3. At the root directory execute docker-compose run api db:migrate. to run the migrations.
  4. At the root directory execute docker-compose up -d to run the project, which will be available on port 3000.

To stop the project run docker-compose down.

Documentation

To see the endpoints of the API check the Postman documentation.

Others