Skip to content

Latest commit

 

History

History
92 lines (78 loc) · 1.99 KB

README.md

File metadata and controls

92 lines (78 loc) · 1.99 KB

RESTFUL_API_POINT_OF_SALES

Table of Contents


Introduction

RESTFUL API POINT OF SALES is an app point of sales system. the main features are:

  • CRUD Products
  • CRUD Categories
  • ADD/Reduce Product(Quantity)
  • Search product by name
  • Sort product by name, category
  • Pagination
  • Cannot reduce order below 0 (-1,-5,etc)
  • Allowed CORS
  • Login and Register With JWT

Tools

  • XAMPP
  • Visual Studio Code
  • Node.js
  • Terminal
  • Postman

Installation

Clone

$ git clone https://github.com/indrajuni96/RESTFUL_API_POINT_OF_SALES.git
$ cd RESTFUL_API_POINT_OF_SALES
$ npm install

Create Environment Variable

$ cp .env.example .env
$ nano .env

Start Development Server

$ npm start

Dependencies

Plugin
express
express-fileupload
mysql
bcryptjs
body-parser
cors
dotenv
jsonwebtoken
morgan

API Route URL

License

© Indra Juniyanto