Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```