- create venv
Inside the folder but outside repository:
python3 -m venv venv
- Activate venv
source venv/bin/activate
- Clone project
git clone https://github.com/KYHSGeekCode/HealthBuzzServer.git
- Install requirements
pip install -r requirements.txt
- Run server
python manage.py runserver &
https://healthbuzz-server.herokuapp.com/
ID: django PW: django