Skip to content
/ fbcm Public

Football Championship Manager using flask and PonyORM

License

Notifications You must be signed in to change notification settings

stsewd/fbcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • 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

About

Football Championship Manager using flask and PonyORM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published