Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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