punit5658 / NodeJs-Todo-List

Build a todo list with NodeJs backend and VueJs frontend

Home Page:https://dev.to/abiodunjames/build-a-todo-app-with-nodejs-expressjs-mongodb-and-vuejs--part-1--29n7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build a todo list with NodeJs backend and VueJs frontend

https://dev.to/abiodunjames/build-a-todo-app-with-nodejs-expressjs-mongodb-and-vuejs--part-1--29n7


Languages

Language:Vue 50.3%Language:JavaScript 41.0%Language:HTML 6.0%Language:Dockerfile 2.7%