This README would normally document whatever steps are necessary to get the application up and running.
`bundle install --without production`
- Then
rake db:reset
- Then
rails db:create
- Then
rails db:migrate
- Check the migration's state :
rails db:migrate:status
- Forward
rails db:seed
- You are able to run
rails server
- Open your favourite Web browser, get to:
localhost:3000
Things you may want to cover 📝
-
Ruby version 2.7.4 ©
-
System dependencies Using faker, table print, devise-jwt
install bundle
-
Configuration Rails 6.1.4 ©
-
Database creation
rails db:create
-
Database initialization
rails db:create db:migrate db:seed
-
How to run the test suite
rails db:seed
rails c
for db components checking. -
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions Guide how to deploy your Ruby on Rails application on a Linux VM. It is tested and known to work on:
Ubuntu Linux 20.04 LTS Debian 11
https://www.ralfebert.com/tutorials/rails-deployment/
This project use the following tech :