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

https://github.com/dpecos/bookshelf


https://github.com/dpecos/bookshelf

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bookshelf

## docker install

```
cd backend && docker build . --network host -t latest && cd -
cd frontend && docker build . --network host --build-arg REACT_APP_BACKEND_PORT=3100 -t latest && cd -
docker-compose up -d
```