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.4
- Rails 7.2
- Postgres 17
To make the project setup, first clone the project
git clone https://github.com/jamtasticgd/jamtastic-api.gitAnd then use run the application setup
bin/setupImportant If the setup fails make sure to properly configure the .env file.
To run the test suite, run the command
bundle exec rspec