Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 512 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 512 Bytes

NodeJS REST API - SwaggerUI template

This project will run an ExpressJS Rest API App with SwaggerUI API Documentation.

Requirement

  1. Database running on localhost, (default is Mysql)

Installation

  1. Clone this repository
git clone [email protected]:aridwan/nodejs-express-swagger.git
  1. Install dependency
npm install
  1. Create Database
npm run db:create
  1. Run migration
npm run db:migrate
  1. Rename .env-example into .env

  2. Run App

npm start