1.2.0 • Published 9 months ago

express-generator-template v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Express Typescript REST API - Template

Clean Code Express Server with Typescript support. Clean Code & Easy to Maintain. Best Practice Code Writing.

Installation & Setup

Clone Template

  npx express-generator-template@latest my-app
  cd my-app

Installing depedencies

npm install

Run on Development

npm run dev

or Run on Production

npm run build && npm start

API Reference

Get all product

  GET /product

Get item

  GET /user

Licence

MIT License

1.2.0

9 months ago

1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago