Skip to content

afelopez/rails-template

Repository files navigation

RAILS TEMPLATE

Setup

  1. Configure environment variables in a .env:
    POSTGRES_USER=postgres
    POSTGRES_PASSWORD=postgres
    POSTGRES_DB=rails-template_development
    DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}
  1. Execute docker compose up with the script: ./dev.sh

About

This repository has te code-source of a base project in ROR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors