This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version (3.3.2)
-
System dependencies (See gem file)
-
Configuration
-
Setup Credential (Windows/Powershell)
- set code editor
$env:EDITOR="code --wait"
- run this to edit file
rails credentials:edit
- close the file (x), it will be notice that file was saved "File encrypted and saved." in the console/terminal
- set code editor
-
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
- migration
- Model
- Controller
- View
- Route
- Middleware