Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stsewd/fbcm

Football Championship Manager using flask and PonyORM
https://github.com/stsewd/fbcm

flask football-championship-manager pjax ponyorm

Last synced: 1 day ago
JSON representation

Football Championship Manager using flask and PonyORM

Awesome Lists containing this project

README

        

# Football Championship Manager

## Description

A football championship manager using flask and ponyORM on the
server side; and bootstrap and pjax on the client side.

## Requeriments

- A mysql DBMS
- Python3
- A unix like OS (optional)

## Installation

It's recommended to use a [virtualenv](https://virtualenv.pypa.io/).

- Make a database named `fbcm` or with any other name, but you must changed on the `config.py` file too.
- Install the dependecies with `pip install -r requeriments.txt`.
- Run the command `python manage.py server` or `make run`.
- Run the tests with `make test`
- Populate the database with sample data using `make populate`.

## DOCS

- [ER Diagram](https://editor.ponyorm.com/user/stsewd/football_championship)