/swagger-template-api

Primary LanguageTypeScriptMIT LicenseMIT

always start with

# npm install

Run nodemon in development environment

# npm run dev

Run distributed version

# npm run build
# npm run start

Access to the swagger document

# Run the app
# Go to host:port/docs

More info

  • Change the .env variable before continueing
  • host and port can be found in .env file
  • Swagger json will available at host:port/v3/docs