dnwandana / fullstack-todolist

Fullstack todolist application, built with Vue.Js and Node.Js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack Todolist

Fullstack todolist application, built with Vue.Js and Node.Js

Server Application

Read more at server/README.md

Client Application

Read more at client/README.md

Dockerize Application

Builds, (re)creates, starts, and attaches to containers for a service

docker-compose up -d

Stops and removes containers, networks, volumes, and images created by up.

docker-compose down

Delete and removes containers, networks, volumes, and images created by up.

docker-compose down --rmi all -v

Project Reference

About

Fullstack todolist application, built with Vue.Js and Node.Js


Languages

Language:Vue 58.6%Language:JavaScript 38.3%Language:HTML 1.4%Language:Dockerfile 1.2%Language:Shell 0.4%Language:CSS 0.1%