Skip to content

ryan-ahn/npm-express-starter

Repository files navigation

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

About

Express 프로젝트 시작을 위한 NPM 패키지

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published