Skip to content

Mathieu-C/glowing-eureka-back

Repository files navigation

README

Requirements

  • Ruby 3.0.2
  • Rails 6.1.4
  • Docker

Starting up

Launch the Docker Postgres, Docker must be running:

$ docker-compose up -d
# you may have to install gems:
$ bundle install

# run migrations
$ rake db:create db:migrate

Run the application:

$ rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages