This is a sample project to separate frondend and backend base on Express,SpringMVC and MyBatis.xx
Web Project is build by express,include ejs,bootstrap,vue..
npm install
run node ./bin/www
homePage: http://localhost:3000/index
loginPage: http://localhost:3000/login
registerPage: http://localhost:3000/register
Server Project is run on tomcat to provide Rest API base on SpringMVC and MyBatis.
Register API: http://127.0.0.1:8080/ecom/api/v1/member/register
Login API: http://127.0.0.1:8080/ecom/api/v1/member/login
Test