Skip to content

nahrinoda/docker-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"