Skip to content

A minimalistic library management application built with Apollo GraphQL

Notifications You must be signed in to change notification settings

kunal768/POS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalistic library management application built with Apollo GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published