This is simple point of sales backend application made with expressjs.
And this project is open source with a [public repository][dill] on GitHub.
$ git clone https://github.com/fachryansyah/point-of-sale-backend
$ cd point-of-sale-backend
$ cp .env.example .env
$ vim .env
$ npm install
$ npm serve
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 |
See the route of Api with Postman Docs API
Click and run on Postman, Open on Postman
MIT
Free Software, Hell Yeah!