https://github.com/ebukaodini/express-typescript-api-template
an express typescript api template
https://github.com/ebukaodini/express-typescript-api-template
expressjs low-code restapi-framework typescript validation-library
Last synced: 18 days ago
JSON representation
an express typescript api template
- Host: GitHub
- URL: https://github.com/ebukaodini/express-typescript-api-template
- Owner: ebukaodini
- License: mit
- Created: 2024-01-12T04:21:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T16:13:53.000Z (4 months ago)
- Last Synced: 2025-04-14T21:11:32.377Z (18 days ago)
- Topics: expressjs, low-code, restapi-framework, typescript, validation-library
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-typescript-api-template
an express typescript api template built on [scaffold.js](https://www.npmjs.com/package/@ebukaodini/scaffoldjs).
# Setup
## 1. Clone repo
```bash
npx degit https://github.com/ebukaodini/express-typescript-api-template.git sample-service
```## 2. Install packages
```bash
npm i
```## 3. Start service
```bash
npm run start:dev
```