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

https://github.com/systemengineeringteam/codecrushapi


https://github.com/systemengineeringteam/codecrushapi

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## CodeCrushのAPI

## セットアップ
```bash
pip install -r requirements.txt
```
## WebSocket
```bash
pip install websockets
```

## python実行
```bash
uvicorn main:app --reload
```