Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/gogvale/timbre_api
- Owner: gogvale
- License: gpl-3.0
- Created: 2022-10-14T23:59:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T01:10:17.000Z (over 2 years ago)
- Last Synced: 2024-11-17T21:37:57.617Z (3 months ago)
- Topics: agency, events, musicians, openapi3, rails
- Language: Ruby
- Homepage: https://gogvale.github.io/timbre_api
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.5Things 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)