type-express-starter
v1.0.7
Published
Start a Node Express TypeScript project in few second!
Downloads
9
Maintainers
Readme
Ryan's Express Fast Starter
Setting Stack
- Environment : node
- Framework : express
- Database : mongoDB
- ODM : mongoose
- Type : ts-node & typescript
Project Start
- Installation
$ npm install -g nodemon
$ npx type-express-starter my-app
$ cd my-app
- 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