Elshafeay / crowd-funding

Django Web Application

Home Page:https://iti-crowd-funding.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a crowd funding web application

Prerequisites

  • Python (>= 3.4 required)
  • MySQL (or) PostgreSQL

Installation

To run the application after downloading you need to do a few steps:

  • pip install virtualenv

  • cd crowd-funding

  • virtualenv env

  • source env/bin/activate

  • pip install -r requirements.txt

  • cp config.example.ini config.ini

  • Start replacing the environment variables in the config.ini file with yours.
    PS: You can generate secret key to the project from here.

  • python manage.py migrate

  • python manage.py runscript populate_data --script-args 20 if you wanted to seed data to your database.
    PS: 20 in the previous command is the number of generated projects, you can replace it with whatever you want.

  • python manage.py runserver

And by now you should have the application running.


External Resources

About

Django Web Application

https://iti-crowd-funding.herokuapp.com/


Languages

Language:JavaScript 32.3%Language:CSS 28.5%Language:HTML 25.8%Language:Python 13.4%