Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PosApp - BackEnd

PosApp Backend is a Rest API for PosApp Frontend. Simple application to CRUD database with NodeJS, Express, and MySql. This application use JWT to authentication and authorization.

Table of Contents

General info

This project is simple CRUD data

Built With

Requirements

Setup

To run this project, install it locally using npm:

$ npm install

Setup .env example

Create .env file in your root project folder.

DB_HOST = localhost
DB_USER = root
DB_PASSWORD = your_password
DB_DATABASE = your_database
PORT = 8000
BASE_URL = http://localhost:8000/
SECRET_KEY = your-secret

Run the app

Development mode

$ npm run dev

Deploy mode

$ npm start

REST API

You can view my Postman collection here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages