teksrc / SacHacks2k18

Social media integration prototype for built for the Sacramento Kings' mobile app during the SacHacks 2018 hackathon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LemurNissan

Social media integration prototype for built for the Sacramento Kings' mobile app during the SacHacks 2018 hackathon. screen shot 2018-11-18 at 11 06 11 pm

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need Python 3 before you can get started. You can download Python 3 here.

You will also need pipenv, a dependency manager and virtual environment generator. You can install pipenv by using the following command:

pip install pipenv

Installing

1.) Clone the repository

git clone https://github.com/moyamanuel/SacHacks2k18.git

2.) Change directory to repository folder

cd SacHacks2k18

3.) Install dependencies using pipenv

pipenv install

4.) Activate pipenv shell

pipenv shell

5.) Run server

cd root-folder
python manage.py runserver

Built With

Authors

Acknowledgments

  • SacHacks & MLH - For providing an inclusive and welcoming space where anyone can learn and build

About

Social media integration prototype for built for the Sacramento Kings' mobile app during the SacHacks 2018 hackathon.


Languages

Language:Python 84.2%Language:CSS 11.7%Language:HTML 4.2%