-
Notifications
You must be signed in to change notification settings - Fork 1
/
tech_stack
25 lines (19 loc) · 903 Bytes
/
tech_stack
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Tech Stack for Streamer's Stash System (add links later and links to in-repo)
- **Frontend (User Interface):**
- React (for the mobile PWA)
- HTML, CSS, JavaScript (for the web application)
- **Backend (Server-Side):**
- Python (with Django web framework)
- Django ORM (Object-Relational Mapping)
- Django Rest Framework (DRF) for API development
- **Database:**
- SQLite (for local development and smaller-scale deployments)
- PostgreSQL (for larger-scale or production deployments)
- **Containerization:**
- Docker for creating containerized environments
- **Deployment:**
- Docker Compose for managing the deployment of multiple services (backend and frontend) together
- **Progressive Web App (PWA) Features:**
- Service Workers for offline access and caching
- Web App Manifest for metadata and installation prompt
- Responsive design for cross-device compatibility