-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |