Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 249 Bytes

README

This project is a simple getting started to Rails.

It uses a db based on docker, so to run the app it's needed to, first, start up the containter as follows:

docker compose up

Then, create the db using:

rails db:create