Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonybenoy/tonybenoy.com

My wesite source code
https://github.com/tonybenoy/tonybenoy.com

Last synced: 22 days ago
JSON representation

My wesite source code

Awesome Lists containing this project

README

        

# tonybenoy.com

My wesite source code moved to starlette/fastapi.

```
docker build -f docker/Dockerfile -t website .
```

```
docker run --net=host -p 8000:8000 -it website
```