Giter Site home page Giter Site logo

webcrowdfunding's Introduction

Init Project

Page Preview

Specification

In Powersheel execute the command:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ​

please execute next commands in powersheel

Install Dependencies

Developer Folder

cd C:\Users\nameUser\Documents\ 
mkdir Developer 
cd Developer

clone repository

git clone https://github.com/Savecoders/WebCrowdFunding.git
cd WebCrowdFunding

Config git user

git config --global user.name "username"
git config --global user.email "[email protected]"

please using your username and email from github

Note

It's the most important step from execute this project

Create Virtual Environment

py -m venv venv.

Activate Virtual Environment

.\venv\Scripts\activate

update pip

python.exe -m pip install --upgrade pip

Dependencies Environment

pip install -r requirements.txt

Environment Variables

Important

You necesary replace the .env.template -> .env

SECRET_KEY='secret'
DATABASE_HOST='localhost'
DATABASE_PASSWORD='password'
DATABASE_USER='user'
DATABASE_PORT=1521

Run Project in normal mode

py app.py

or

python app.py

or

set FLASK_APP=app.py 
set FLASK_ENV=development 
flask run
python3 -m flask run

Open Browser

http://localhost:5000/

Push and pull changes

git pull --set-upstream origin main
git push --set-upstream origin main

webcrowdfunding's People

Contributors

savecoders avatar mikesaika avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

berkcelc

webcrowdfunding's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.