https://github.com/suthagar23/pos-server
POS System Server
https://github.com/suthagar23/pos-server
jwt mongodb nodejs
Last synced: 2 months ago
JSON representation
POS System Server
- Host: GitHub
- URL: https://github.com/suthagar23/pos-server
- Owner: suthagar23
- Created: 2019-01-17T12:43:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T07:11:22.000Z (over 7 years ago)
- Last Synced: 2025-07-05T23:41:51.819Z (about 1 year ago)
- Topics: jwt, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POS-server
## How to run
1. Clone and enter the project directory
2. run ```npm install``` command in your terminal
3. create a ```.env``` according to the sample of ```.env-sample``` file
4. run ```npm start dev``` command, then the POS system will be launched in your default browser.
### API Schemas - Swagger Image Attachement
* Navigate to ```http://localhost:3000/swagger3/``` to get the API Swagger Documentation of this server.

