Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamevanyt/bw-client-api-server


https://github.com/iamevanyt/bw-client-api-server

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Build Command
```sh
docker build -t bw-client-api-server ./build
```

# Run Command
```sh
docker run --env-file .env -p 3000:3000 bw-client-api-server
```