/express-starter

MVC MongoDB Express Vue Node Starter

Primary LanguageJavaScript

expres-starter

this is my personal express starter with mvc and this project have session and token auth

Start Server

npm run start  //or
npm start     //or

Start Laravel Mix

npm run dev      //or
npm run watch    //or

Update and Install Packages

npm-upgrade
npm install

access parts

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