Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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