Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

queueup/queueup-api

Repository files navigation

QueueUp API

Requirements

Installation

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

Run project

$ docker-compose up     # Start database
$ rails db:migrate      # Run migrations
$ bundle exec sidekiq   # Start async workers (Sidekiq)
$ rails s               # Start API

Contributing

Please consider reading CONTRIBUTING.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published