This is a one day challenge to demonstrate to demonstrate simple handling of technologies
The challenge was solved with typescript, which was later removed to meet the requirements of the challenge That is the reason why the project is divided into two versions, one that uses it and one that does not
Instaling and running developers version
cd .\frontend
npm install
npm run dev
Instaling and running developers version
cd .\backend
npm install
npm run dev
Testing (required to run server before)
npm run test