Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonjondev/aepi-au-web

A Ruby on Rails site and members portal for AEPi OZA
https://github.com/jonjondev/aepi-au-web

Last synced: 7 days ago
JSON representation

A Ruby on Rails site and members portal for AEPi OZA

Awesome Lists containing this project

README

        

# AEPi Australia Site

The AEPi Australia site provides both an informational website and a web-portal for members to access:
* Academic Forums
* Job Boards
* Rush Lists

## Getting Started

Simply have bundle installed and run it in the project directory:
```
$ bundle
$ rake db:create
$ rake db:migrate
```

## Running the Project

To get the project running at localhost:3000 run:
```
$ rails s
```