Instagram but more epic
- Preqreqs: Python3 installed on your system and
.envwith secret strings
- Clone repo with
git clone git@github.com:CMPUT404-GROUP-PROJ/EpicApp-API.git cdinto repo- Create virtual environment with
python3 -m venv env - Activate virtual with environment with (MacOS)
source env/bin/activeor (Windows)env/scripts/activate - install requirements with
pip install -r requirements.txt - cd into app
cd epicappand runpython manage.py runserver
Run the app and check localhost:8000/swagger