Skip to content

Infotekkers/fantasy-dl-cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A fantasy football web application for a league tournament for the classes of 22' and 23' at Addis Ababa Institute of Technology.

To use our flask server add a .env file containing the following information

FLASK_APP = main.py JWT_SECRET_KEY = '7ythigjyalm' SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_DATABASE_URI = '' <======= Enter your database credentials here