Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

56 lines (30 loc) · 1.04 KB

Nestjs + Vue + Vuex + JWT + Mysql + Rest Api + Auth

Project Screen Shots

Login screen

Screen Shot 2022-02-26 at 12 19 52

Login screen Validations

Screen Shot 2022-02-26 at 12 20 38

Logged in Homepage

Screen Shot 2022-02-26 at 12 36 04

Project demo link coming soon...

Preparation client and server

npm  install

Starting application client

 npm run start

Starting application server

 npm run start:dev

API endpoints

/users Post - User Create

/auth Post - User Login