In Powersheel execute the command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
please execute next commands in powersheel
cd C:\Users\nameUser\Documents\
mkdir Developer
cd Developer
git clone https://github.com/Savecoders/WebCrowdFunding.git
cd WebCrowdFunding
git 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\activate
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
Important
You necesary replace the .env.template -> .env
SECRET_KEY='secret'
DATABASE_HOST='localhost'
DATABASE_PASSWORD='password'
DATABASE_USER='user'
DATABASE_PORT=1521
py app.py
or
python app.py
or
set FLASK_APP=app.py
set FLASK_ENV=development
flask run
python3 -m flask run
http://localhost:5000/
git pull --set-upstream origin main
git push --set-upstream origin main