Steps to setup the data-store:
- Download the ticket data here
- Place it in data/awesome_tickets.json
Steps to setup the backend environment:
- Change directory to backend
- Run
make setup
- Activate the virtual environment with
. .venv/bin/activate
- Run
make run
- Try it by calling http://localhost:5001/tickets
Steps to setup the frontend environment:
- Change directory to frontend
- Run
make setup
- Run
make run
- Open it: http://localhost:3002