Skip to content

abiodunjames/NodeJs-Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

This app contains both the backend and the frontend in a single repository.

├── Readme.md
├── backend
├── docker-compose.yml
└── frontend

Clone Repository

git clone git@github.com:abiodunjames/NodeJs-Todo-List.git

Navigate to the root directory.

$ cd NodeJs-Todo-List

Start app containers

Start the frontend, backend and db containers using docker-compose

$ docker-compose up -d 

Access the app from your browser at http://localhost:8080