mahmudinm / point-of-sale-backend

Simple backend api for Point of sale application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point of Sales Express

Build Status Code Depedencies

Table Of Contents


Intro

This is simple point of sales backend application made with expressjs.

And this project is open source with a [public repository][dill] on GitHub.


Requirments


Installation


Clone
$ git clone https://github.com/fachryansyah/point-of-sale-backend
$ cd point-of-sale-backend

Environment
$ cp .env.example .env
$ vim .env

Install Depedencies
$ npm install

Serve
$ npm serve

Dependencies

Plugin README
Express express/blob/master/Readme.md
Express fileupload express-fileupload/blob/master/README.md
Express validator https://express-validator.github.io/docs/
JWT auth0/node-jsonwebtoken
Knex & Objection https://vincit.github.io/objection.js
Bcrypt package/bcrypt
Cors cors/blob/master/README.md
UUID package/uuid
Dot Env package/dotenv

Api Docs

See the route of Api with Postman Docs API

Click and run on Postman, Open on Postman

License

MIT

Free Software, Hell Yeah!

About

Simple backend api for Point of sale application


Languages

Language:JavaScript 93.2%Language:TSQL 6.8%