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

https://github.com/mattipunkt/mureab

voting system for music editorial offices at radio stations with a simple interface
https://github.com/mattipunkt/mureab

editorial music radiostations voting

Last synced: 3 months ago
JSON representation

voting system for music editorial offices at radio stations with a simple interface

Awesome Lists containing this project

README

        

# mureab
a system for music editorial offices built using django and bootstrap.

### this project is work in progress

## aim
the aim of this project is to make votings and editorial sessions more effecient. this project is (/tries to be) a one-pager, which lets you add songs to a database, and vote for them.
currently working on: automatically updating vote-count, after voting without reloading the complete site.

## try yourself
to setup, you just need a virtual environment with django installed
```bash
python3 -m venv venv
source venv/bin/activate
python manage.py runserver
```
the development server is now running at port 8000 of your localhost.