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: 3 months 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: 2025-01-18T15:52:24.018Z (5 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
### 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)