Initial commit
This commit is contained in:
24
requirements.txt
Normal file
24
requirements.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
flask
|
||||
flask_wtf
|
||||
flask_sqlalchemy
|
||||
flask_cors
|
||||
authlib
|
||||
jwt
|
||||
mysqlclient
|
||||
|
||||
|
||||
# environment variables
|
||||
# KEY_SECRET_FLASK = 'random secret key'
|
||||
# # KEY_PUBLIC_FLASK = ''
|
||||
# ID_AUTH0_CLIENT = ''
|
||||
# ID_AUTH0_CLIENT_SECRET = ''
|
||||
# DOMAIN_AUTH0=dev-nwak2066ef6h8ixn.us.auth0.com
|
||||
# SQLALCHEMY_DATABASE_URI = 'mysql://username:password@localhost/dbname'
|
||||
# Replace 'username', 'password', 'localhost', and 'dbname' with your actual database credentials
|
||||
|
||||
# run with:
|
||||
# python -m flask run
|
||||
|
||||
# not env var:
|
||||
# auth0 recovery key: S92HY59VU5J9YDVYWCRHSKJ8
|
||||
Reference in New Issue
Block a user