Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
Express API POC in Typescript
- Host: GitHub
- URL: https://github.com/crazyoptimist/express-typescript-poc
- Owner: crazyoptimist
- License: mit
- Created: 2021-09-11T07:23:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T08:10:47.000Z (about 3 years ago)
- Last Synced: 2024-10-03T21:41:15.886Z (about 1 month ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```