- docker run --name tutorials-mongo -p 27017:27017 -d mongo:4.2.5
- cd tutorials
- mvn spring-boot:run
- cd vue-js-client-crud
- npm run serve
http://localhost:8081/tutorials
http://localhost:8080/api/tutorials
built following https://bezkoder.com/spring-boot-mongodb-crud/
built following https://bezkoder.com/vue-js-crud-app/