-
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.
Authentication: `devise, devise-security (for better passwords), devise-jwt, email-validator`.Payment: stripe, pay
.