Simple boilerplate using Rails 6 and TailwindCSS.
Also includes some additional:
dotenv
mongoid
redis
sidekiq
- MongoDB: document persistence for faster initial development
- TailwindCSS: a utility-first CSS framework (not premade components)
- Sidekiq-cron: cron jobs used for notifying customers of their reservations
- Rails 6
- Docker
- docker-compose
Install dependencies:
bundle install