/pointofsale

REST API Point of Sales (Backend) using Express JS(Node js)

Primary LanguageJavaScript

Point of Sale (Irsandi Cafe)

PUBLIC URI : http://54.196.30.0


Table of Contents


Introduction

Point of Sales APP API is an API that allow the users to read product and category information data from database. Point of Sales APP API also allow users to read, create, update and delete a product and its category information into/from database.


Prerequiste

  • Node.js - Download and Install Node.js - Simple bash script to manage multiple active node.js versions.
  • Nodemon - Download and Install Nodemon - nodemon is a tool that automatically restarting the node application when file changes in the directory are detected.
  • Express JS - Download and Install Express JS - web framework for Node.js

Installation

Clone

$ git clone https://github.com/sandirr/pointofsale
$ cd pointofsale
$ npm install

Create Environment Variable

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

Start Development Server

$ npm start

Other Defendencies

License

©Andi Irsandi