To run the project, follow these simple steps:
- Pull the code or download and extract zip file.
- Use VS Code to open the entire project directory.
- Open VS Code cmd and run the commands:
- python -m venv <env_name> (to set up environtment for the project)
- cd <env_name> (navigate to your environment folder)
- Scripts\activate (run this command)
- pip install -r requirements (installs all dependencies and requirements)
- cd.. (exit the environment folder and revert to main project folder)
- After making changes, if necessary, run the code: python app.py visit the local site: http://localhost/
- Contact in case of errors or issues.