Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonjondev/aepi-au-web
- Owner: jonjondev
- Created: 2017-12-20T04:40:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T13:52:56.000Z (almost 6 years ago)
- Last Synced: 2023-08-16T10:05:27.919Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```