An open API service indexing awesome lists of open source software.

https://github.com/mimamch/express-typescript

Express REST API with Typescript
https://github.com/mimamch/express-typescript

express express-js rest-api restful-api server typescript

Last synced: about 1 month ago
JSON representation

Express REST API with Typescript

Awesome Lists containing this project

README

          

# 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](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)