express-generator-template
Version:
Express with Typescript Template
51 lines (33 loc) • 667 B
Markdown
# Express Typescript REST API - Template
Clean Code Express Server with Typescript support.
Clean Code & Easy to Maintain.
Best Practice Code Writing.
## Installation & Setup
Clone project from github
```
git clone https://github.com/mimamch/express-typescript.git
cd express-typescript
```
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
[](https://choosealicense.com/licenses/mit/)