Skip to content

Repository files navigation

Rails Base

Build Status

💻 Project

🚧 This is a repository to use as a template for rails only api projects. It is also used as a laboratory for implementations, these will be separated into branches informing this.

🔨 Features

✨ Technologies

  • Docker
  • Docker Compose
  • Ruby on Rails
  • PostgreSQL

🏃‍♂️ Running the project

Clone the repository

Add file .env and open to configure enviroments variables

POSTGRES_PASSWORD=password
POSTGRES_USER=postgres_user
POSTGRES_DB=name_database

To build the project locally:

docker-compose build

Starting application:

docker-compose up -d

Configuring application database:

docker-compose run web rails db:create db:migrate

About

Base rails project

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages