/Test_Portal

Test Portal with Flask

Primary LanguageHTML

Test_Portal

To run the Project

  1. Clone the repo
git clone https://github.com/dudegladiator/Test_Portal
  1. Go to the source code
cd Test_Portal
  1. Activate Environment
python -m venv venv
source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. 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