An early project of mine written using python's Django REST and React using TS;
To run the project, simply create a venv using "python -m venv venv", ".\venv\Scripts\activate" and "pip install -r requirements.txt"
Then in the frontend simply run "npm i" and "npm run dev";