Social media integration prototype for built for the Sacramento Kings' mobile app during the SacHacks 2018 hackathon.
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.
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
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
- Django - The web framework used
- Adobe Illustrator - Used to create mockups and wireframes
- Pipenv - Dependency Management
- IBM Watson SDK - Used for sentiment analysis and NLP
- Google Firebase - Used as a NoSQL database and for user authentication
- Manuel Moya - Front-end and back-end - moyamanuel
- Marielle Ednalino - UI/UX design - Marielle Ednalino
- Carter Brown - Back-end - go2carter
- Franklin Carvajal - Front-end - Frankcarvajal
- SacHacks & MLH - For providing an inclusive and welcoming space where anyone can learn and build