This is an example todo list project, developed in the following technologies:
- Docker
- Node JS
- React JS
- MongoDB
- Bootstrap
To test this example:
- Clone it
- Go to the node-backend and run the command ´sudo npm install´
- Go to the react-frontend and run the command ´sudo npm install´
- Go to the root directory
- Run "sudo docker-compose build"
- Run "sudo docker-compose up"