Clone the project
$ git clone git@gitlab.com:queueupgg/QueueUp-API.git
Install dependencies
$ bundle install
Set up environment variables (don't forget to update the values)
$ cp .env.example .env
$ docker-compose up # Start database
$ rails db:migrate # Run migrations
$ bundle exec sidekiq # Start async workers (Sidekiq)
$ rails s # Start API
Please consider reading CONTRIBUTING.md