fundief.github.io

To run the project, follow these simple steps:

  1. Pull the code or download and extract zip file.
  2. Use VS Code to open the entire project directory.
  3. Open VS Code cmd and run the commands:
    • python -m venv (to set up environtment for the project)
    • cd (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)
  4. After making changes, if necessary, run the code: python app.py visit the local site: http://localhost/
  5. Contact in case of errors or issues.