2.5.3
Uses postgresql on mac we can install using
brew install postgresql
brew tap homebrew/services
brew services start postgresql
First time setting up
rails db:create
rails db:migrate
To drop the DB:
rails db:drop
The system dependencies are stated in the Gemfile
- Deployment instructions
- Services (job queues, cache servers, search engines, etc.)
- How to run the test suite
- Create DB seed data