Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.02 KB

Book Record App

This is just a simple app which allows user to manage details of his/her books. Technology Stack Used: Node.js, Express.js, MongoDB, Vue.js.

To start Node Server.

install dependencies

Note: Go to root folder and then type: npm install

vue server with hot reload at localhost:8000

Note: Go to root folder and then type: npm run dev

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report

To start Vue Server.

install dependencies(vue)

Note: Go to app/view folder and then type: npm install

vue server with hot reload at localhost:8080

Note:o to app/view folder and then type: npm run dev

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report

Final step To see the project open browser and type: http://localhost:8080/

#Author Sanjay Rajpurohit E-Mail: [email protected]