Skip to content

A Sintara-based custom content management system (CMS) for a series of local live music events, with distinct visitor and administrator interfaces.

Notifications You must be signed in to change notification settings

dalmaboros/sickbay-shows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sickbay Shows CMS

Introduction

Sickbay is an ongoing series of local alternative live music shows in Lafayette, Louisiana and surrounding areas. This project is a web-based content management system for creating and publishing these shows online.

Created as a school project at the Flatiron School, this web app is designed for real world use by the producer of Sickbay for publicly listing events. Visit http://www.sickbay.party to see it in action.

Installation

  1. Fork and clone this repository to your local environment.
  2. Install gem dependencies using the following command in your terminal:
$ bundle install
  1. Initialize and seed the database:
$ rake db:migrate
$ rake db:seed
  1. Install PostgreSQL. Open PostgreSQL and start the server (click the start button).
  2. Start the application server:
$ shotgun
  1. Navigate to http://localhost:9393 to view the application.

Usage

Visit http://localhost:9393/backdoor to log in or create a new account

  • A logged in user can create, update, and delete shows and news items, as well as individual artists and venues.
  • A logged out visitor can see a list of upcoming and archived shows, as well as current news.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dalmaboros/sickbay-shows. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This application is available as open source under the terms of the MIT License.

About

A Sintara-based custom content management system (CMS) for a series of local live music events, with distinct visitor and administrator interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published