Skip to content

Node.js, TypeScript, TypeORM(PostgreSQL), MongoDB(Mongoose) boilerplate

Notifications You must be signed in to change notification settings

HYOSITIVE/node-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-typescript-boilerplate

Node.js, TypeScript, TypeORM(PostgreSQL), MongoDB(Mongoose) boiler-plate by HYOSITIVE

🔎 Dependencies Module

{
  "name": "node-typescript-boilerplate",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon",
    "build": "tsc && node dist"
  },
  "author": "hyositive",
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/mongoose": "^5.11.97",
    "@types/node": "^17.0.25",
    "nodemon": "^2.0.15",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@types/lodash": "^4.14.191",
    "dotenv": "^16.0.0",
    "express": "^4.17.3",
    "express-validator": "^6.14.0",
    "jsonwebtoken": "^9.0.0",
    "lodash": "^4.17.21",
    "mongoose": "^6.3.1",
    "pg": "^8.8.0",
    "typeorm": "^0.3.11",
    "typeorm-naming-strategies": "^4.1.0"
  }
}

About

Node.js, TypeScript, TypeORM(PostgreSQL), MongoDB(Mongoose) boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published