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

https://github.com/crazyoptimist/express-typescript-poc

Express API POC in Typescript
https://github.com/crazyoptimist/express-typescript-poc

Last synced: about 1 year ago
JSON representation

Express API POC in Typescript

Awesome Lists containing this project

README

          

# Express API POC in Typescript

## Run in dev mode

```bash
yarn
yarn dev
```

## Run with pm2

```bash
yarn build
pm2 start pm2.yml
```

## Build a container

```bash
docker build -t express-api .
```