https://github.com/sudoDeVinci/devinciSpaceBackend
The backend functionality of the devinci.space site. Flask backend w/ async Github API integration. Kept behind Nginx reverse proxy
https://github.com/sudoDeVinci/devinciSpaceBackend
async database flask github-api sqlite vite
Last synced: 5 months ago
JSON representation
The backend functionality of the devinci.space site. Flask backend w/ async Github API integration. Kept behind Nginx reverse proxy
- Host: GitHub
- URL: https://github.com/sudoDeVinci/devinciSpaceBackend
- Owner: sudoDeVinci
- License: agpl-3.0
- Created: 2024-12-18T15:16:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-14T23:18:50.000Z (5 months ago)
- Last Synced: 2025-08-15T00:13:21.785Z (5 months ago)
- Topics: async, database, flask, github-api, sqlite, vite
- Language: Python
- Homepage: https://www.devinci.space
- Size: 271 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Devinci.cloud Backend Application
A web application built with Flask and SQLite providing database and routing functionality for the website `devinci.cloud`.
## Project Structure
```json
.
├── main.py
├── README.md
├── requirements.txt
├── logs/
│ └── db.log
|
└── utils/
│
├── __init__.py
├── routes.py
└── db/
│
├── Entities.py
├── Manager.py
└── schema.py
```