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: about 1 month 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T14:50:28.000Z (about 1 month ago)
- Last Synced: 2024-11-17T15:18:30.642Z (about 1 month ago)
- Topics: api-gateway, cors, express, github-actions, helmet, http-proxy-middleware, husky, mermaidjs, morgan, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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 .
```