Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhcaooo/doctor-strange
An API gateway which is built for electric application
https://github.com/anhcaooo/doctor-strange
api-gateway cors express github-actions helmet http-proxy-middleware husky mermaidjs morgan typescript
Last synced: 13 days ago
JSON representation
An API gateway which is built for electric application
- Host: GitHub
- URL: https://github.com/anhcaooo/doctor-strange
- Owner: AnhCaooo
- Created: 2024-05-17T20:36:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T15:46:54.000Z (about 2 months ago)
- Last Synced: 2024-12-14T16:37:27.265Z (about 2 months ago)
- Topics: api-gateway, cors, express, github-actions, helmet, http-proxy-middleware, husky, mermaidjs, morgan, typescript
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctor-strange
An API gateway for electric application
## Build Docker image locally
In terminal, navigate to the root directory```bash
# Option 1
docker build -t doctor-strange .# Option 2
docker build --tag doctor-strange .
```