Skip to content

Commit

Permalink
Create tech_stack
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
charlescbostwick authored Aug 2, 2023
1 parent f7ddc2a commit 798e02a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tech_stack
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

0 comments on commit 798e02a

Please sign in to comment.