1.0.7 • Published 1 year ago

type-nestjs-starter v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Ryan's Nestjs Fast Starter

Author License Last Commit

Setting Stack

  • Environment : node
  • Framework : Nestjs
  • Database : MySQL, MongoDB
  • ORM, ODM : TypeORM, Mongoose
  • Type : Typescript
  • Lint : ESLint(airbnb)

Project Start

  1. Install Nestjs
$ npm install -g @nestjs/cli
  1. Install Project
$ npx type-nestjs-starter my-project
$ cd my-project
  1. Server Start
$ npm run start:dev

Code Structure

  • Root(src)
  •   config - configuration
  •   constants - static resource
  •   modules - api controllers, services
  •   providers - storage, cache, database
  •   utils - connector, handler