Stack: Rails + Postgres, Tailwind CSS, Stimulus.js. Tests are written using RSpec, Factory Bot & Shoulda Matchers. Payment is made using Stripe API.
-
Clone a repository.
-
Go to the project and enter there
bundle install
to install all gems (packages) needed for the application. -
rails db:create
to create a db. -
rails db:migrate
to run migrations. -
Run
rails db:seed
to populate your database with necessary info. -
Run
rails s
in one terminal.
Good. Let's go.