https://github.com/samzhang02/my-a-eye-backend
https://github.com/samzhang02/my-a-eye-backend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samzhang02/my-a-eye-backend
- Owner: SamZhang02
- License: gpl-3.0
- Created: 2024-01-20T16:05:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T00:04:31.000Z (over 2 years ago)
- Last Synced: 2025-08-03T01:43:47.679Z (10 months ago)
- Language: Python
- Size: 762 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```