Change domain name

This commit is contained in:
2026-01-30 14:04:10 +03:30
parent dbc8f70b4a
commit 92282141d0

View File

@@ -8,7 +8,7 @@
**WearWell - a simple flask shopping web app for clothes** **WearWell - a simple flask shopping web app for clothes**
<img src="http://g.broombox.org/amanfromspace/wearwell/raw/branch/main/homepage.png" width="100%" height="500px"> <img src="https://git.broombox.org/amanfromspace/wearwell/raw/branch/main/homepage.png" width="100%" height="500px">
</div> </div>
@@ -108,7 +108,7 @@ wearwell/
### Database Structure ### Database Structure
<img src="http://g.broombox.org/amanfromspace/wearwell/raw/branch/main/diagram_wearwell_db.png" width="100%" height="768px"> <img src="https://git.broombox.org/amanfromspace/wearwell/raw/branch/main/diagram_wearwell_db.png" width="100%" height="768px">
## 🌐 Application Routes ## 🌐 Application Routes
@@ -142,7 +142,7 @@ After installations of prerequisites depending on your OS follow the instruction
### Installation ### Installation
First clone the project First clone the project
``` ```
git clone http://g.broombox.org/amanfromspace/wearwell.git git clone https://git.broombox.org/amanfromspace/wearwell.git
``` ```
then go to the folder by using cd command then go to the folder by using cd command
``` ```