Hi! I'm Sebas Dominguez. This full stack project is for educational and training purposes.
The following is a list of the main technologies implemented:
Forntend
Backend
Build, share, and run
This app has 2 main functions:
-
Receive a certain number of tasks from an external API: in this case we will have the option to decide how many tasks to receive and update its status.
-
Create our own list of tasks: with the use of a DB we can create, update and delete tasks.
- Clone the repo
- Open a terminal on the root and run 'docker-compose up --build'
- Enjoy it...
- Open a terminal in /client
- Run
npm run test