alri / express-starter

MVC MongoDB Express Vue Node Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MVC MongoDB Express Vue Node Starter


Languages

Language:JavaScript 58.1%Language:CSS 40.2%Language:Nunjucks 1.7%Language:Vue 0.0%Language:Shell 0.0%Language:SCSS 0.0%