raprmdn / simple-product-crud-express

CRUD Express JS API with Swagger API Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express - Simple Product CRUD

Requirements

Installation

Clone this repository

git clone https://github.com/raprmdn/simple-product-crud-express.git

Install dependencies

npm install

Usage

Copy .env.example to .env and set your environment variables.

PORT=

DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
DB_HOST=
DB_DIALECT=

Run the app (Make sure you installed nodemon globally).

npm run dev

Swagger API Documentation, is available at:

http://localhost:PORT/api-docs

About

CRUD Express JS API with Swagger API Docs


Languages

Language:JavaScript 99.9%Language:Shell 0.1%