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: about 1 year ago
JSON representation

The Ohio State Film and Video Society Listing App

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
```