This project contains all API related code for jamtastic.org tools and website.
The complete endpoint documentation can be found here.
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.
To run the test suite, run the command
bundle exec rspec