In Powersheel execute the command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser please execute next commands in powersheel
cd C:\Users\nameUser\Documents\
mkdir Developer
cd Developergit clone https://github.com/Savecoders/WebCrowdFunding.git
cd WebCrowdFundinggit config --global user.name "username"
git config --global user.email "email@gmail.com"please using your username and email from github
Note
It's the most important step from execute this project
py -m venv venv..\venv\Scripts\activatepython.exe -m pip install --upgrade pip
pip install -r requirements.txtImportant
You necesary replace the .env.template -> .env
SECRET_KEY='secret'
DATABASE_HOST='localhost'
DATABASE_PASSWORD='password'
DATABASE_USER='user'
DATABASE_PORT=1521py app.pyor
python app.pyor
set FLASK_APP=app.py
set FLASK_ENV=development
flask run
python3 -m flask runhttp://localhost:5000/git pull --set-upstream origin main
git push --set-upstream origin main