Database Management Project
- Python v3.6 and above (Make sure it’s in your system PATH environment variable)
- PIP3 (Make sure it’s in your system PATH environment variable)
- Visual Studio Code or any IDE
- Any web browser, preferably Google Chrome or Mozilla Firefox
- git clone the repository
- Set up virtual env with
python -m venv venvon the terminal. IMPT MAKE SURE YOU ARE IN THE CORRECT REPO DIRECTORY WHEN CREATING - To activate the virtual environment type
venv\Scripts\activate.batin your terminal - Install the dependencies with
pip install -r requirements.txt - Copy these 2 commands and execute it in your terminal
set FLASK_APP=unify
and
set FLASK_ENV=development
- Once all these are set up, you just run the and debug the program but typing
flask runin the terminal - If you're using VSCode, you could press F5 to instantly debug the web application, you just have to set the debug environment as Flask (second last option) and change app.py to unify.py
This user manual is written and moderated by Project UNIFY