Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarydkrish/concert_masterlist
https://github.com/jarydkrish/concert_masterlist
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jarydkrish/concert_masterlist
- Owner: jarydkrish
- Created: 2024-02-13T16:05:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T16:20:05.000Z (9 months ago)
- Last Synced: 2024-02-13T17:51:35.413Z (9 months ago)
- Language: Ruby
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concert Masterlist
## Development Setup
### Prerequisites
- [Postgres.app](https://postgresapp.com/)
- [rbenv](https://github.com/rbenv/rbenv) (easiest to just use [homebrew](https://brew.sh) to install this)### Installation
1. Clone the repository
3. Install Ruby version specified in `.ruby-version` using rbenv
4. Install dependencies: `bundle install`
5. Create the database: `rails db:create`
6. Run the migrations: `rails db:migrate`
8. Run `bin/dev` and run the development server### Some notes on what we use
Bootstrap, Node, and Yarn## License
This codebase is currently private, but there's nothing to stop us from making it MIT Licensed!