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
- Host: GitHub
- URL: https://github.com/mimamch/express-typescript
- Owner: mimamch
- Created: 2023-04-18T08:15:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T16:13:30.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T00:16:28.262Z (8 months ago)
- Topics: express, express-js, rest-api, restful-api, server, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/express-generator-template
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
[](https://choosealicense.com/licenses/mit/)