Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 493 Bytes

readme.md

File metadata and controls

22 lines (22 loc) · 493 Bytes

Initial environment setup

python -m venv env
env\scripts\activate

Installing dependencies

After activating the virtual environment, install the dependencies by reading the requirements.txt file.

pip install -r requirements.txt

Running the code

To run the application:

python main.py

Logging into the app

A dummy user is already in the database with the following info:

username: testuser
password: password

That's it! The app should be up and running.