BIP is a team project for web development.
Before running the BIP project, ensure that the following requirements are met:
- PostgreSQL server is running on your localhost
- python version 3.9 or higher is installed
- flask[async] version 2.3.1 or higher is installed
- flask_login version 0.6.2 or higher is installed
- flask_wtf version 1.1.1 or higher is installed
- sqlparse version 0.4.4 or higher is installed
- werkzeug version 2.3.1 or higher is installed
- wtforms version 3.0.0 or higher is installed
Additionally, make sure that you have a database named 'lab_manager_database' on your host machine. If it does not exist, use the following SQL command to create it:
CREATE DATABASE lab_manager_database;
The following contributors have participated in the BIP project: