1. PostgreSQL copy of all MySQL created and tested.\n 2. Purchase Orders and Sales Orders and stock level management added to MySQL, PostgreSQL, and server and front end code.
This commit is contained in:
@@ -3,19 +3,24 @@ flask
|
||||
flask_wtf
|
||||
flask_sqlalchemy
|
||||
flask_cors
|
||||
flask_mail
|
||||
authlib
|
||||
jwt
|
||||
mysqlclient
|
||||
stripe
|
||||
python_dotenv
|
||||
authlib
|
||||
|
||||
pydantic
|
||||
psycopg2
|
||||
|
||||
# environment variables
|
||||
# KEY_SECRET_FLASK = 'random secret key'
|
||||
# ID_AUTH0_CLIENT = ''
|
||||
# ID_AUTH0_CLIENT_SECRET = ''
|
||||
# DOMAIN_AUTH0 = ''
|
||||
# DB_USER = ''
|
||||
# DB_PASSWORD = ''
|
||||
# DB_HOST=localhost
|
||||
# SQLALCHEMY_DATABASE_URI = 'mysql://username:password@localhost/dbname'
|
||||
# Replace 'username', 'password', 'localhost', and 'dbname' with your actual database credentials
|
||||
# MAIL_PASSWORD = ''
|
||||
|
||||
Reference in New Issue
Block a user