- Environment : node
- Framework : Nestjs
- Database : MySQL, MongoDB
- ORM, ODM : TypeORM, Mongoose
- Type : Typescript
- Lint : ESLint(airbnb)
- Install Nestjs
$ npm install -g @nestjs/cli
- Install Project
$ npx type-nestjs-starter my-project
$ cd my-project
- Server Start
$ npm run start:dev
- Root(src)
- ⎣ config - configuration
- ⎣ constants - static resource
- ⎣ modules - api controllers, services
- ⎣ providers - storage, cache, database
- ⎣ utils - connector, handler