- cli api server
- run manually by
go run server- or use docker-compose
docker-compose up -d- goto
localhost:8080/api/{request}
- run a cron job to sync
https://github.com/github/gitignoreand parse the data to json file
python3 -m venv venv
source venv/bin/activate
python parser.py