https://github.com/iliasger/test_project_ilias
Web application generated by BESSER — Generated by BESSER
https://github.com/iliasger/test_project_ilias
besser fastapi generated-app low-code model-driven react web-app
Last synced: 6 days ago
JSON representation
Web application generated by BESSER — Generated by BESSER
- Host: GitHub
- URL: https://github.com/iliasger/test_project_ilias
- Owner: iliasger
- Created: 2026-05-06T09:09:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-06T09:09:58.000Z (about 1 month ago)
- Last Synced: 2026-05-06T11:15:33.467Z (about 1 month ago)
- Topics: besser, fastapi, generated-app, low-code, model-driven, react, web-app
- Language: TypeScript
- Homepage: https://editor.besser-pearl.org
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test_project
[](https://github.com/BESSER-PEARL/BESSER)
[](https://editor.besser-pearl.org)
[](https://render.com/deploy?repo=https://github.com/iliasger/test_project_ilias)
A full-stack web application generated from visual models using the [BESSER Web Modeling Editor](https://editor.besser-pearl.org), a low-code open-source platform.
## Project Structure
```
frontend/ React + TypeScript frontend (Vite)
backend/ FastAPI Python backend
agents// BESSER conversational agents (one subfolder per agent, if any)
render.yaml Render deployment config
docker-compose.yml Local development setup
```
## Deploy
Click the **Deploy to Render** button above to launch your app for free.
Render will automatically set up your frontend, backend, and agent services.
After the first deploy, pushing updates to this repo will auto-redeploy.
## Local Development
**Frontend:**
```bash
cd frontend && npm install && npm start
```
**Backend:**
```bash
cd backend && pip install -r requirements.txt && uvicorn main_api:app --reload
```
**Full stack (Docker):**
```bash
docker-compose up
```
## Tech Stack
| Layer | Technology |
|-------|-----------|
| Frontend | React, TypeScript, Vite |
| Backend | FastAPI, SQLAlchemy, Python 3.11 |
| Agent | BESSER Agentic Framework (WebSocket) |
| Hosting | Render (free tier) |
## About BESSER
[BESSER](https://github.com/BESSER-PEARL/BESSER) is an open-source low-code platform that generates full-stack applications from visual models.
[Documentation](https://besser.readthedocs.io/) · [Web Editor](https://editor.besser-pearl.org) · [Examples](https://github.com/BESSER-PEARL/BESSER-examples)