A web application that that helps brands and social media influencers connect and create mutually beneficial relationships.
- Python 3.6
- Django2.0
- Postgresql
git clone https://github.com/blankphrase/social_reach.git && cd social_reach
python3.6 -m virtualenv venv
source venv/bin/activate
Create a database on your local machine
Create a .env
file and paste paste the following filling where appropriate:
SECRET_KEY='<secret_key>'
DB_NAME='<db name>'
DB_USER='<db username>'
DB_PASSWORD='<db password>'
DB_HOST='<db host>'
DB_PORT='<db port>'
DEBUG=<boolean>
Install dependancies that will create an environment for the app to run
pip install -r requirements.txt
python3.6 manage.py makemigrations && python3.6 manage.py migrate
python3.6 manage.py runserver
Open localhost:8000
Please read this comprehensive guide on how to contribute. Pull requests are welcome!
No known bugs if a bug is found create an issue in the issues section of the repository.
This project
Copyright (c)2018 Clifford Kasera