Skip to content

Instantly share code, notes, and snippets.

@bbachi
Last active February 15, 2019 00:30
Show Gist options
  • Select an option

  • Save bbachi/7218d85e35e8d6bbdfd4cdf038b210f8 to your computer and use it in GitHub Desktop.

Select an option

Save bbachi/7218d85e35e8d6bbdfd4cdf038b210f8 to your computer and use it in GitHub Desktop.
How to write production ready Node.js Rest API - Typescript version
{
"name": "user_api",
"version": "1.0.0",
"description": "sample rest api",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbachi/prod-ready-node-rest-api-typescript.git"
},
"author": "Bhargav Bachina",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbachi/prod-ready-node-rest-api-typescript/issues"
},
"homepage": "https://github.com/bbachi/prod-ready-node-rest-api-typescript#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment