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

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

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
```