Note
This project was created for the discipline "Discrete Mathematic".
The primary objective was to develop practical skills in project structuring, even if the project was relatively straightforward. Through enhancements, I transformed a console application that parsed values from a distinct syntax into a web application.
- Server --
cd App && source .venv/bin/activate && python main.py
- Client --
npm run dev