Skip to content

MuazDhanse/fundief.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <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)
  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.