Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarebyte/fvs
The Ohio State Film and Video Society Listing App
https://github.com/tarebyte/fvs
Last synced: 19 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T04:47:08.000Z (over 10 years ago)
- Last Synced: 2024-10-17T19:52:15.564Z (about 1 month ago)
- Language: CSS
- Homepage: http://fvs-board.herokuapp.com
- Size: 316 KB
- Stars: 1
- Watchers: 2
- 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 installrake db:create
rake db:migraterails server
```