Skip to content

Feature/backend /crudAdd Backend CRUD API for Projects and ICT Resources#16

Open
kmuwanga83 wants to merge 3 commits intomainfrom
feature/backend-crud
Open

Feature/backend /crudAdd Backend CRUD API for Projects and ICT Resources#16
kmuwanga83 wants to merge 3 commits intomainfrom
feature/backend-crud

Conversation

@kmuwanga83
Copy link
Contributor

Summary

Implements backend CRUD for Projects and ICT Resources using FastAPI + SQLAlchemy + Alembic.

What’s included

  • SQLAlchemy models (projects, resources) with timestamps
  • Pydantic schemas (create/update/response)
  • FastAPI routers for full CRUD
  • SQLite database integration
  • Alembic migrations (versioned, autogenerate)
  • CORS enabled for frontend integration

How to test locally

  1. From backend/:
    alembic upgrade head
    python -m uvicorn app.main:app --reload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant