Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ne1ro/virtualacademy
Virtual academy API prototype
https://github.com/ne1ro/virtualacademy
Last synced: 25 days ago
JSON representation
Virtual academy API prototype
- Host: GitHub
- URL: https://github.com/ne1ro/virtualacademy
- Owner: ne1ro
- Created: 2014-06-24T15:57:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T15:58:08.000Z (over 10 years ago)
- Last Synced: 2023-08-13T13:21:53.228Z (about 1 year ago)
- Language: Ruby
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual Academy Project
======## Key points:
* Ruby 2.0, Ruby on Rails 4.0
* JRuby, Puma
* PostgreSQL
* Redis for realtime messages
* Behaviour-driven development
* Moar## Local installation:
* Get this repo
* Install Ruby, PostgreSQL
* Copy config file:
```
cp config/database.yml.example config/database.yml
```
and change settings
* Install dependencies:
```
bundle install
```
* Prepare database:
```
rake db:create && rake db:migrate
```
* Have fun!
```
rails S puma
```## Code convention:
[Here](https://github.com/bbatsov/ruby-style-guide) is the good stuff.## Behaviour-Driven Development
![BDD](http://www.agilebuddha.com/wp-content/uploads/2013/08/Behavior-Driven-DevelopmentBDD-2.png)## REST API:
Use CURL to test API## More info:
?????
PROFIT!Created by Alexey Kuznetsov and Alexander Ivanin (c) 2013-2014