https://github.com/longfelloson/cards
A full-stack web application with a FastAPI backend and a React frontend.
https://github.com/longfelloson/cards
fastapi postgresql python react
Last synced: 3 months ago
JSON representation
A full-stack web application with a FastAPI backend and a React frontend.
- Host: GitHub
- URL: https://github.com/longfelloson/cards
- Owner: longfelloson
- Created: 2025-06-25T14:39:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T13:16:31.000Z (11 months ago)
- Last Synced: 2025-08-02T15:28:28.495Z (11 months ago)
- Topics: fastapi, postgresql, python, react
- Language: Python
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cards
A full-stack web application with a FastAPI backend and a React frontend. It allows users to memorize words by using anki cards.
## ✨ Features
- 🔐 User authentication
- 📦 FastAPI REST API
- ⚛️ React frontend with Vite
- 🐳 Docker & Docker Compose
- 📄 PostgreSQL database
## 🛠 Tech Stack
- **Frontend**: React, Vite, JavaScript
- **Backend**: FastAPI, Python 3.12, SQLAlchemy
- **Database**: PostgreSQL 15
- **Containerization**: Docker, Docker Compose
## 💻 Local Development
Clone the project and run with Docker:
```bash
git clone https://github.com/longfelloson/Cards.git
cd Cards
docker-compose up --build
```