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

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

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.

![Login Page](./docs/api_schema1.png)
![Login Page](./docs/api_schema2.png)