CruzNadin / node-typeorm-boilerplate

Node js typeorm backend boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadir Barcın

Node.js typeorm backend boilerplate

Node js and typeorm backend boilerplate, fast and easy build. Awesome project developed with TypeORM.

  • TypeScript
  • TypeOrm
  • Routing Controllers

Features

  • Typeorm easy and fast database connection.
  • Tslint and Eslint code quality.
  • Ready middlewares.
  • JWT token support.
  • and codes waiting to be discovered.

Installation

Install the dependencies and devDependencies and start the server.

cd node-typeorm-boilerplate
npm i
npm run dev

For production environments...

npm install --production
NODE_ENV=production node app

Folders

Boilerplate folder structure.

Folder README
Controllers All Controllers are in this folder.
Entity All Entity are in this folder.
Helpers All Helpers are in this folder.
Interfaces All Interfaces are in this folder.
Middlewares All Middlewares are in this folder.
Migration All Migration are in this folder.
Services All Services are in this folder.

About

Node js typeorm backend boilerplate


Languages

Language:TypeScript 99.6%Language:Shell 0.4%