• Stars
    star
    159
  • Rank 235,445 (Top 5 %)
  • Language
    TypeScript
  • Created almost 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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