2025-08-12 22:25:23 -04:00
2025-08-12 22:24:51 -04:00
2025-06-23 18:47:59 -04:00
2025-08-13 14:27:47 -04:00
2025-08-13 13:25:51 -04:00
2025-08-12 22:24:51 -04:00

LMS-DB

The schema code for the database and tables to be used by the LMS system

Required Files

./.env

The environment variables file with the following variables:

DB_NAME
DB_USER
DB_PASSWORD

How to run

  1. Create a virtual environment (Optional best practice)
python -m venv <path>
  1. Acitvate the virtual environment Mac:
source <path>/bin/activate

Windows:

<path>\Scripts\activate.bat
<path>\Scripts\Activate.ps1
  1. Use Pip to install all required packages (Only required on first run)
pip install -r requirements
  1. Run the application
python ./src/database_creation.py
Description
The schema code for the database and tables to be used by the POC LMS system.
Readme MIT 37 KiB
Languages
Python 100%