https://github.com/tarebyte/fvs
The Ohio State Film and Video Society Listing App
https://github.com/tarebyte/fvs
Last synced: about 1 year ago
JSON representation
The Ohio State Film and Video Society Listing App
- Host: GitHub
- URL: https://github.com/tarebyte/fvs
- Owner: tarebyte
- Created: 2014-02-10T01:58:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T04:47:08.000Z (about 12 years ago)
- Last Synced: 2025-04-06T06:35:14.807Z (about 1 year ago)
- Language: CSS
- Homepage: http://fvs-board.herokuapp.com
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Film and Video Society Job Posting Board
##Description
This is a board for posting different information for the
Film and Video Society at Ohio State University.
##Development
###Run this application
Make sure that you have PostgreSQL installed.
```shell
bundle install
rake db:create
rake db:migrate
rails server
```