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 installto install all gems (packages) needed for the application. -
rails db:createto create a db. -
rails db:migrateto run migrations. -
Run
rails db:seedto populate your database with necessary info. -
Run
rails sin one terminal.
Good. Let's go.

