Skip to content

CruzNadin/node-typeorm-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published