Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 450 Bytes

React Todo List

Introduction

This is an example todo list project, developed in the following technologies:

  • Docker
  • Node JS
  • React JS
  • MongoDB
  • Bootstrap

Use instructions

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"