/jamtastic-api

A open source application for Jamtastic community.

Primary LanguageRuby

CircleCI Maintainability Test Coverage

Jamtastic API

This project contains all API related code for jamtastic.org tools and website.

The complete endpoint documentation can be found here.

Setup

This project is currently using

  • Ruby 3.2
  • Rails 7.0
  • Postgres 12

To make the project setup, first clone the project

git clone https://github.com/jamtasticgd/jamtastic-api.git

And then use run the application setup

bin/setup

Important If the setup fails make sure to properly configure the .env file.

Running the tests

To run the test suite, run the command

bundle exec rspec