Skip to content

A web application that that helps brands and social media influencers connect.

License

Notifications You must be signed in to change notification settings

CliffordKasera/social_reach

Repository files navigation

Social Reach

Digital Marketing Manager

Description

A web application that that helps brands and social media influencers connect and create mutually beneficial relationships.

Behaviour Specifications

Table of content

  1. Description
  2. Setup and installations
  3. Contributing
  4. Bugs
  5. License

Setup and installations

Prerequisites

  1. Python3.6
  2. Postgres
  3. virtualenv
  4. Pip

Technologies used

- Python 3.6
- Django2.0
- Postgresql

Clone the Repo and enter the project folder.

git clone https://github.com/blankphrase/social_reach.git && cd social_reach

Create and activate the virtual environment

python3.6 -m virtualenv venv
source venv/bin/activate

Create Database

Create a database on your local machine

Setting up environment variables

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

Install dependancies that will create an environment for the app to run pip install -r requirements.txt

Make and run migrations

python3.6 manage.py makemigrations && python3.6 manage.py migrate

Run the app

python3.6 manage.py runserver

Open localhost:8000

Contributing

Please read this comprehensive guide on how to contribute. Pull requests are welcome!

Bugs

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

About

A web application that that helps brands and social media influencers connect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published