Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/speratus/artistre
A simple site for Artists to schedule session times with studios
https://github.com/speratus/artistre
postgresql rails
Last synced: 29 days ago
JSON representation
A simple site for Artists to schedule session times with studios
- Host: GitHub
- URL: https://github.com/speratus/artistre
- Owner: speratus
- Created: 2019-12-30T19:10:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T10:27:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:07:58.828Z (almost 2 years ago)
- Topics: postgresql, rails
- Language: Ruby
- Size: 4.04 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artistre
Artistre is a site to help artists schedule recording sessions at studios. Artists can log in and schedule sessions. Guests can view
Sessions scheduled at studios.## Features
* Artists can view locations and future sessions of studios.
* Artists can schedule recording sessions for free blocks at studios.
* Artists can edit their information as well as session info.## Installation
Clone the repo
```
git clone https://github.com/speratus/artistre
```
Navigate into the repo folder and then run `bundle update`
to install all the required gems. You willl also have to run `yarn install --check-files` to bring down all the node modules.Make sure you have Postgres installed so that the
database works out of the box. Otherwise, you will have to
change the configuration files to use whatever database you
have installed.The easiest way to install postgres on a Mac if Homebrew is installed is to run `brew install postgresql`.