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

https://github.com/tranphuquy19/enc-app


https://github.com/tranphuquy19/enc-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Commands

```bash
docker compose build

docker compose up -d

docker compose push

# 60 MB * 5 = 300 MB in 30s
for i in {1..30}; do
echo "Batch $i"
for j in {1..5}; do
curl http://api.enclave-it.click/views/count &
done
sleep 2
done

```