In order to solve the following exercises, you need to install node.js and npm
We have prepared for you some backend and frontend exercises so you can practice for the technical part of the recruiting process.
You will have to implement a TODO application, where you can see, add, delete and update your todos.
You can also find the solutions for the exercises, but we recommend that you give it a try before looking at them.
- In order to run the frontend, you have to run from the frontend directory the following command:
npm run dev
- In order to run the backend, you have to run from the backend directory the following command:
npm start