Backend
cd /back
npm install
npm run dev
Frontend
cd /front
npm install
npm run dev
Required
- Make the tests passes.
# start back and front dev servers then
cd /front
npm run tests
Optional
- Feel free to improve/refactor/add/remove anything you like in the existent code.
A visual preview always helps to understand the task.