Visit http://vue-express-todo.trina.si/
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
- run
npm startinbackend
- run
npm startinfrontend
- make sure you have mongodb installed and running at
localhost:27018
- run
docker-compose up -d
- 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