Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gogvale/timbre_api

Social app API where clients search and contact musicians for events (work in progress)
https://github.com/gogvale/timbre_api

agency events musicians openapi3 rails

Last synced: 26 days ago
JSON representation

Social app API where clients search and contact musicians for events (work in progress)

Awesome Lists containing this project

README

        

# Timbre API
![Rails CI Badge](https://github.com/gogvale/timbre_api/actions/workflows/rubyonrails.yml/badge.svg)

### Dependencies:
* ruby 3.1.2p20
* Rails 7.0.4
* PostgreSQL 14.5

Things you may want to cover:

### Database creation + migrations
```shell
$ bin/rails db:migrate:reset
```

### Running tests
```shell
$ bin/bundle rspec (spec|path_to_file:line)
```
### Deployment instructions
(TODO)