Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 449 Bytes

Clone and Run

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

Deployed to:

https://healthbuzz-server.herokuapp.com/

Admin password

ID: django PW: django