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

https://github.com/edtoken/styled-mobx-steam-api-demo


https://github.com/edtoken/styled-mobx-steam-api-demo

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

## Run backend
```
cd backend
docker-compose build
docker-compose up
```

## Run frontend
```
cd frontend
docker-compose build
docker-compose up
```