Skip to content

NodeJS starter pack for REST API App using express and SwaggerUI for API Documentation

Notifications You must be signed in to change notification settings

aridwan/nodejs-express-swagger

Repository files navigation

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

About

NodeJS starter pack for REST API App using express and SwaggerUI for API Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages