/wayahNgopi-Backend

Backend REST API wayahNgopi

Primary LanguageJavaScript

WayahNgopi Backend


Table of Contents


Introduction

WayahNgopi is point of sale for your choffee shop. Feel free to use and bought me coffee and cigarettes. Cheers.


Configuration

  1. Basic Configuration
  2. - Node.js - Download and Install [Node.js](https://nodejs.org/en/) - Postman - Download and Install [Postman](www.postman.com)

Installation

Clone

$ git clone https://github.com/rifkiandriyanto/wayahNgopi-Backend
$ cd wayahNgopi-Backend
$ npm install

Create Environment Variable

$ cp .env.example .env
$ nano .env
DB_HOST = "YOUR HOST"
DB_USER = "YOUR USER"
DB_PASSWORD = "YOUR PASSWORD"
DB_DATABASE = "YOUR DATABASENAME"
JWT_KEY = "secret key"
PORT = Your Port
DB_IP = Your IP

Start Development Server

$ npm start

Other_Dependencies


License

© Rifki Andriyanto