Production ready Node.js REST APIs Setup using TypeScript , PostgreSQL and Redis. Part 1.

Prerequisites

  • npm 6+
  • node.js 10+

.env (for local environment variables)

Ensure that you have a .env file in the root directory. You can rename .env.example to get started. Then add this line in .env: OPEN_CAGE_DATA_KEY=8c0892514e884f09af7c09a9b067b02b

Getting started

  1. npm install
  2. npm run dev