Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 441 Bytes

File metadata and controls

24 lines (20 loc) · 441 Bytes

Install Requirements

cd api 
python -m venv venv_name (create virtual env)
pip install -r requirements.txt

Database Config

Update /api/config.json with your database information
Update firebase.js with your Firebase configuration

Start React App

From /issue-tracker:

npm run start-api (starts flask server)
npm start (starts website)

Current State:

  • Working on Login page
  • Working on group create/join