Schema validation and data quality API for ETL pipelines
- User authentication with JWT
- CRUD operations for main resources
- RESTful API with proper status codes
- Database migrations and seed data
- Docker containerization
FastAPI, PostgreSQL, Docker, Redis
Backend service with FastAPI, frontend user interface, and database persistence
- Docker & Docker Compose
- SQLite / PostgreSQL
# Clone the repository
git clone https://github.com/elitsuri/datavalidator-api
cd datavalidator-api
# Copy environment variables
cp .env.example .envdocker compose up --build