Skip to content
Snippets Groups Projects
Commit bdba9af5 authored by Hans Lawrence Pettersen's avatar Hans Lawrence Pettersen
Browse files

updated README

parent c3bb624c
No related branches found
No related tags found
No related merge requests found
Pipeline #314640 passed
...@@ -72,11 +72,11 @@ Extract the downloaded ZIP file into your preferred working directory. ...@@ -72,11 +72,11 @@ Extract the downloaded ZIP file into your preferred working directory.
### 4. Open the application in your browser at `http://localhost:5173` ### 4. Open the application in your browser at `http://localhost:5173`
# Info
- Frontend runs on port 5173 by default - Frontend runs on port 5173 by default
- Backend runs on port 8080 by default - Backend runs on port 8080 by default
# Info
- The backend uses a MySQL database named `market_db`. - The backend uses a MySQL database named `market_db`.
- The commands above initialize the following users, all of which have the password `123456`: - The commands above initialize the following users, all of which have the password `123456`:
...@@ -89,6 +89,8 @@ Extract the downloaded ZIP file into your preferred working directory. ...@@ -89,6 +89,8 @@ Extract the downloaded ZIP file into your preferred working directory.
- A sample conversation is created between `dummy` and `dummy2`. - A sample conversation is created between `dummy` and `dummy2`.
- Sample item images are loaded automatically from `backend/src/main/resources/dummy_images` and copied into `static/uploads/items/{itemId}`. - Sample item images are loaded automatically from `backend/src/main/resources/dummy_images` and copied into `static/uploads/items/{itemId}`.
- [View Documentation](docs/): per-layer class diagrams, ERD diagram for `market_db`, and an overall overview.
# Testing # Testing
- **Frontend Tests:** - **Frontend Tests:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment