A dictionary backend built with FastAPI and PostgreSQL.
- User Authentication (Register/Login)
- JWT Token Security
- Word Search API
- External Dictionary API Integration
- AI Example Sentence Generator
- Database Caching
- Swagger API Documentation
- FastAPI
- PostgreSQL
- SQLAlchemy (Async)
- HTTPX
- JWT Authentication
POST /auth/register
POST /auth/login
GET /words/search/{word}
GET /ai/example/{word}
Install dependencies