Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

A quite complete express backend template ready to use.

License

Notifications You must be signed in to change notification settings

Frenzoid/express-ts-backend

Repository files navigation

An express backend template with a few extra things.

alt text

Requirements

  • Globally installed nodemon, concurrently and typescript.

How to launch.

  • Dev: npm run dev.
  • Prod: npm run prod

How to check lints manually.

  • npm run tslint.

Extra things:

  • A JWT manager, ready to use!.
  • TYPEORM as the main connector with any of your databases.
  • Express status Implemented.
  • A tiny file manager, also ready to use.
  • Docker (docker compose for local development, and dockerfile for delopying).
  • User models and controller Implemented.
  • Morgan logger :D.
  • AirBnB Linting, no more unstandard structuring!
  • Nice errors handling!