Skip to content

xtrinch/vue-express-mongo-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-express-mongo-todo

See it in action

Visit http://vue-express-todo.trina.si/

About

Demonstrates:

  • the use of API services with axios
  • routing with vue-router
  • state management with vuex
  • using bootstrap-vue for easier design
  • production deployment with docker

Usage in development

Frontend

  • run npm start in backend

Backend

  • run npm start in frontend

Database

  • make sure you have mongodb installed and running at localhost:27018

Usage for production

  • run docker-compose up -d

Components

  • express - backend and data provider
  • vue.js - frontend framework
  • vuex - state management for vue.js
  • bootstrap vue - frontend design framework
  • vue router - frontend router
  • axios - a vue HTTP client
  • docker for production setup

About

Todo app written with Vue.js, Express & mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages