Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T04:23:10.000Z (9 months ago)
- Last Synced: 2024-03-17T07:14:53.098Z (9 months ago)
- Topics: expressjs, low-code, restapi-framework, typescript, validation-library
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- 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
```