Made for InfoEducație, because I wanted to understand the challenge that they got at the Open, Section WebDev.
pip install -r requirements.txt
npm install
Enable CORS in your browser because the server runs on your machine
Start the back-end:
python app.py
Start the front-end:
npm run build | npm run start