Skip to content

Kiri23/node-rest-api-swagger-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Rest API with Swagger

This project is a REST API with all the endpoints documented built with Node.js and Express.

Prerequisites

  • Node.js 10+
  • Yarn or NPM

Installation

  • Install dependencies
yarn install
  • Create local environment file
cp .env.example .env
nano .env
  • Start Application
yarn start

The application will be launched by Nodemon so it's will restart automatically on file change

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published