this is my personal express starter with mvc and this project have session and token auth
npm run start //or
npm start //or
npm run dev //or
npm run watch //or
npm-upgrade
npm install
http://localhost:3000/signup // user register
http://localhost:3000/signin // user login
//---------------------------------- sample todo http
http://localhost:3000/todo/create
http://localhost:3000/todo/read
//---------------------------------- sample todo jq ajax
http://localhost:3000/todo/jq/create
http://localhost:3000/todo/jq/read
//---------------------------------- sample todo vue ajax
http://localhost:3000/todo/vue