Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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