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

https://github.com/samzhang02/my-a-eye-backend


https://github.com/samzhang02/my-a-eye-backend

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# My A-EyE

ConUHack2024 project: https://devpost.com/software/my-a-eye

## Starting the backend
You can start the backend with

```shell
python3 App/app.py
```

or if you have `just`

```
just serve
```