1.0.7 • Published 2 months ago

type-express-starter v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Ryan's Express Fast Starter

Author License Last Commit

Setting Stack

  • Environment : node
  • Framework : express
  • Database : mongoDB
  • ODM : mongoose
  • Type : ts-node & typescript

Project Start

  1. Installation
$ npm install -g nodemon
$ npx type-express-starter my-app
$ cd my-app
  1. Run Project
$ npm run dev

Code Structure

  config - configuration   controllers - error handling, business logic control   interfaces - database model, schema, request & response type   loaders - db connecting, service connecting   database - schema, query   routes - routes   utils - connector, handler, helper   services - service logic control