Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 984 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 984 Bytes

node-api-starter

Find yourself repeating the same code over and over again?
Hopefully this will help you out.

Stack

typescript nodejs express prisma postgresql

Getting Started

  1. Clone the repo
    git clone git@github.com:amenline/node-api-starter.git
  2. Install dependencies
    npm install
  3. Make a copy of the .env.example file
    cp .env.example .env
  4. Replace the existing remote URL with yours
    git remote set-url origin <your-new-repo-url>