Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 558 Bytes

E-Library Management Application

Installation

 $ git clone https://github.com/kunal768/POS-Project.git
 $ cd POS-Project
 $ npm install 
 $ cd client
 $ npm install 
 $ cd ..

To Run

Add MongoDB URI in app.js

const db_url = '<add db url>'

Run Server

  $ npm start

Run Client

  $ cd client 
  $ npm start

Check Users List @ Users