/API-REF-NodeJs-ToDo-List

Build a todo list with NodeJs backend and VueJs frontend

Primary LanguageVue

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