/flisol-diario

Proyecto Rails para el FLISOL Baq

Primary LanguageRuby

FLISOL Baq Diario

Getting Started

Requirements

Install on your computer:

  • Ruby 3.1.0
  • Bundler gem: gem install bundler
  • PostgreSQL
  • NodeJS(required JavaScript runtime environment)

After clone project, run:

$ bundle install
$ rails db:create
$ rails db:schema:load

Run Server

Run server with:

$ foreman start

Go to localhost:3005

Tests

To run test suite use rspec command:

$ rspec ./spec

Documentation