Skip to content

Commit 67fb5de

Browse files
authored
Update README with Angular version and remove Mock Server section
Removed Mock Server Usage section and updated Angular version.
1 parent 7c7c948 commit 67fb5de

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [Features](#features)
99
- [Technologies](#technologies)
1010
- [Setup Instructions](#setup-instructions)
11-
- [Mock Server Usage](#mock-server-usage)
1211
- [Contributing](#contributing)
1312
- [License](#license)
1413

@@ -31,7 +30,7 @@
3130

3231
## Technologies
3332

34-
- **Frontend:** Angular (Version X)
33+
- **Frontend:** Angular (Version 17)
3534
- **Backend:** .NET Core (API under development)
3635
- **Database:** PostgreSQL
3736
- **Mock Server:** Postman Mock Servers (For initial API development)
@@ -83,17 +82,6 @@ cd backend
8382
dotnet run
8483
```
8584

86-
### Mock Server Usage
87-
88-
Since the API is under development, we will be using **Postman Mock Servers** to simulate API responses. The mock server provides endpoints for user login, event listing, ticket purchase, and admin CRUD operations.
89-
90-
#### How to Use Postman Mock Servers
91-
92-
1. Download and install Postman if you haven't already.
93-
2. Import the Postman collection provided in this repo (`postman_collection.json`).
94-
3. Start the mock server by selecting the collection and choosing "Mock Server."
95-
4. Replace the base URLs in your Angular services with the mock server's URL until the API is ready.
96-
9785
## Contributing
9886

9987
We welcome contributions to **EventZ**. Please follow these steps:

0 commit comments

Comments
 (0)