Skip to content

MotazAbuElnasr/ITI_CrowdFundingApp

Repository files navigation

ITI_CrowdFundingApp

Install

  • you need to install python3
  • you need to install pip or pip3 package

Run the project

  • download the project
  • install virtualenv pip3 install virtualenv
  • in the project folder init your virtualenv virtualenv venv
  • active virtualenv source env/bin/activate
  • install required packages on virtualenv pip3 install -r requirements.txt
  • run server python3 manage.py runserver
  • open browser on this link http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published