Comix - A marketplace for independent comics
- Ruby 3.0.1
- Rails 7
- PostgreSQL
- Hotwired
- Tailwind CSS
- RSpec, Capybara, FactoryBot, Faker
- Sidekiq & Redis
Install all the pre-requisites and clone the repo. cd into the app directory.
$ bundle install
$ rails db:create db:migrate db:seed
Then start the server -
$ foreman start -f Procfile.dev
We use RSpec as our testing framework. Run the tests using the following command :
bundle exec rspec
gem install overcommit