express-generator-template

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i express-generator-template

Weekly Downloads

11

Version

1.2.0

License

none

Unpacked Size

109 kB

Total Files

24

Last publish

Collaborators

  • mimamch