Skip to content

Create structured, declarative, and organized class-based app with heavy decorators usage using TypeScript

License

Notifications You must be signed in to change notification settings

sgpopov/node-express-starter

Repository files navigation

RESTful API Node Server Starter

A starter project for quickly building production-ready RESTful APIs using TypeScript, Node.js and Express.

Features

Getting Started

Installation

  1. Clone the repo
  2. Install the dependencies:
npm install
  1. Set the environment variables:
cp .env.example .env

# open .env and modify the environment variables (if needed)

Commands

Running locally:

npm run start:dev

Running in production:

npm run start:prod

License

MIT

About

Create structured, declarative, and organized class-based app with heavy decorators usage using TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published