Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezhlobo/abiturientstat
Statistics of scores in bsuir
https://github.com/ezhlobo/abiturientstat
Last synced: 6 days ago
JSON representation
Statistics of scores in bsuir
- Host: GitHub
- URL: https://github.com/ezhlobo/abiturientstat
- Owner: ezhlobo
- Created: 2013-07-16T13:03:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T20:48:43.000Z (over 11 years ago)
- Last Synced: 2024-10-15T14:33:26.430Z (21 days ago)
- Language: JavaScript
- Homepage: astat.losky.net
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AbiturientStat
## Usage
If you want to share your score with friends use `#`: [astat.losky.net/#100](http://astat.losky.net/#100).
## Development
Install and run application:
```bash
bundle install
RACK_ENV=development bundle ex thin start
```Use `public` folder for static files. You can access `public/hello.html` by `http://localhost:3000/hello.html` url.
Define actions in `backend/application.rb` file. Use namespace `backend` for them: `http://localhost:3000/backend`.