A full-stack web application with a FastAPI backend and a React frontend. It allows users to memorize words by using anki cards.
- 🔐 User authentication
- 📦 FastAPI REST API
- ⚛️ React frontend with Vite
- 🐳 Docker & Docker Compose
- 📄 PostgreSQL database
- Frontend: React, Vite, JavaScript
- Backend: FastAPI, Python 3.12, SQLAlchemy
- Database: PostgreSQL 15
- Containerization: Docker, Docker Compose
Clone the project and run with Docker:
git clone https://github.com/longfelloson/Cards.git
cd Cards
docker-compose up --build