hanzala-sohrab /
task-manager-backend
A comprehensive FastAPI-based backend application for task management with user authentication, CRUD operations, integrated LLM capabilities using Ollama, and vector search capabilities.
56/100 healthLoading repository data…
ankush-kash / repository
FastAPI-based backend application for managing notes with full CRUD functionality. Built using PostgreSQL for data persistence, SQLAlchemy ORM for database interactions, Pydantic for data validation, and Alembic for database migrations. Designed with scalable backend architecture and REST API principles.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A RESTful Notes API built with FastAPI, PostgreSQL, SQLAlchemy, and Alembic.
git clone https://github.com/ankush-kash/notes-api-fastapi.git
python -m venv venv
venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Run migrations:
alembic upgrade head
Start server:
uvicorn app.main:app --reload
API Endpoints :-
Method Endpoint Description
GET /notes Get all notes
POST /notes Create note
PUT /notes/{id} Update note
DELETE /notes/{id} Delete note
Selected from shared topics, language and repository description—not editorial ratings.
hanzala-sohrab /
A comprehensive FastAPI-based backend application for task management with user authentication, CRUD operations, integrated LLM capabilities using Ollama, and vector search capabilities.
56/100 health