Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stsewd/fbcm
- Owner: stsewd
- License: mit
- Created: 2016-12-30T22:47:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T13:29:56.000Z (over 7 years ago)
- Last Synced: 2024-10-27T16:28:16.954Z (about 2 months ago)
- Topics: flask, football-championship-manager, pjax, ponyorm
- Language: Python
- Homepage:
- Size: 560 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)