Phoenix21 commited on
Commit
d8d5eab
Β·
verified Β·
1 Parent(s): 37f588a

πŸ“ Update README

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -24,6 +24,10 @@ LocalLend is a community-driven platform that connects neighbors to share items
24
 
25
  ## πŸ› οΈ Tech Stack
26
 
 
 
 
 
27
  **Backend:**
28
  - Spring Boot 3.5.6
29
  - Java 17
@@ -31,11 +35,9 @@ LocalLend is a community-driven platform that connects neighbors to share items
31
  - JWT for authentication
32
  - Cloudinary for image storage
33
 
34
- **Frontend:**
35
- - React 19
36
- - TypeScript
37
- - Material-UI (MUI)
38
- - Vite build tool
39
 
40
  ## πŸš€ Getting Started
41
 
@@ -68,13 +70,13 @@ The following environment variables are configured as Hugging Face Secrets:
68
 
69
  ```
70
  locallend/
71
- β”œβ”€β”€ backend/ # Spring Boot backend
72
- β”‚ β”œβ”€β”€ src/
 
 
 
73
  β”‚ └── pom.xml
74
- β”œβ”€β”€ frontend/ # React frontend
75
- β”‚ β”œβ”€β”€ src/
76
- β”‚ └── package.json
77
- └── Dockerfile # Multi-stage build for deployment
78
  ```
79
 
80
  ## 🀝 Contributing
 
24
 
25
  ## πŸ› οΈ Tech Stack
26
 
27
+ **Frontend:**
28
+ - HTML5, CSS3, JavaScript (Vanilla JS)
29
+ - Responsive design with modern CSS
30
+
31
  **Backend:**
32
  - Spring Boot 3.5.6
33
  - Java 17
 
35
  - JWT for authentication
36
  - Cloudinary for image storage
37
 
38
+ **Deployment:**
39
+ - Docker (single JAR deployment)
40
+ - Hugging Face Spaces
 
 
41
 
42
  ## πŸš€ Getting Started
43
 
 
70
 
71
  ```
72
  locallend/
73
+ β”œβ”€β”€ backend/ # Spring Boot backend
74
+ β”‚ β”œβ”€β”€ src/main/resources/static/ # Static HTML/CSS/JS frontend
75
+ β”‚ β”‚ β”œβ”€β”€ index.html
76
+ β”‚ β”‚ β”œβ”€β”€ styles.css
77
+ β”‚ β”‚ └── app.js
78
  β”‚ └── pom.xml
79
+ └── Dockerfile.huggingface # Single-stage Spring Boot deployment
 
 
 
80
  ```
81
 
82
  ## 🀝 Contributing