To run the Project
- Clone the repo
git clone https://github.com/dudegladiator/Test_Portal
- Go to the source code
cd Test_Portal
- Activate Environment
python -m venv venv
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the Flask project
export FLASK_APP=project
export FLASK_DEBUG=1
flask run -p 5463
First Signup and then login If you want admin power, please add your mail in auth.py file