Skip to content

alri/express-starter

Repository files navigation

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

https://localhost:3000/signup  // user register
https://localhost:3000/signin  // user login


//---------------------------------- sample todo http
https://localhost:3000/todo/create 
https://localhost:3000/todo/read

 //---------------------------------- sample todo jq ajax
https://localhost:3000/todo/jq/create
https://localhost:3000/todo/jq/read

 //---------------------------------- sample todo vue ajax
https://localhost:3000/todo/vue