Skip to content

디자인 패턴을 Model, Controller, Routes로 분리한 형태의 Express.js의 Typescript REST API 스타터 킷

License

Notifications You must be signed in to change notification settings

ynng3/express-mvc-api-ts-starter

Repository files navigation

Express MVC Pattern Rest API with Typescript

This is an Express.js starter kit that consists of design patterns of Model, Controller, Routes, and Middlewares.

This is a Rest API project of Express.js that supports TypeScript.

Commands

Install

npm install

Lint

npm run lint

Test

npm run test

Development

npm run dev

Note

  • This project does not include DB module.

Includes

REST API Server Modules:

Development Modules:

About

디자인 패턴을 Model, Controller, Routes로 분리한 형태의 Express.js의 Typescript REST API 스타터 킷

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published