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
- Host: GitHub
- URL: https://github.com/kunal768/pos-project
- Owner: kunal768
- Created: 2020-10-26T05:58:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T15:02:49.000Z (about 2 years ago)
- Last Synced: 2025-01-11T04:50:03.121Z (4 months ago)
- Topics: appollo, graphql, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)