An open API service indexing awesome lists of open source software.

https://github.com/kunal768/pos-project

A minimalistic library management application built with Apollo GraphQL
https://github.com/kunal768/pos-project

appollo graphql node nodejs

Last synced: 2 months ago
JSON representation

A minimalistic library management application built with Apollo GraphQL

Awesome Lists containing this project

README

        

# E-Library Management Application

### Installation
``` vim
$ 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](https://github.com/kunal768/POS-Project/blob/main/app.js)
```javascript
const db_url = ''
```

#### Run Server
```termux
$ npm start
```
#### Run Client
```vim
$ cd client
$ npm start
```

#### Check Users List @ [Users](https://github.com/kunal768/POS-Project/blob/main/client/src/users.js)