Skip to content

aykutaaykut/awesomeqa-iv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome ticket challenge

Data

Steps to setup the data-store:

  1. Download the ticket data here
  2. Place it in data/awesome_tickets.json

Backend

Steps to setup the backend environment:

  1. Change directory to backend
  2. Run make setup
  3. Activate the virtual environment with . .venv/bin/activate
  4. Run make run
  5. Try it by calling http://localhost:5001/tickets

Frontend

Steps to setup the frontend environment:

  1. Change directory to frontend
  2. Run make setup
  3. Run make run
  4. Open it: http://localhost:3002

About

Interview Project for AwesomeQA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.1%
  • Python 31.7%
  • CSS 16.9%
  • JavaScript 1.8%
  • Makefile 0.5%