LinkSake / moar-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 98.1%Language:Dockerfile 1.2%Language:HTML 0.8%