Skip to content

Commit

Permalink
Updating ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisiIbraliu committed Aug 24, 2023
1 parent 31a7b1e commit 65113a8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ yarn run dev or npm run dev
http://localhost:5173/
```

## Way Of Work

- Please create your git branch and create a pull request after finnishing the task.

## Tech Stack

**Client:** React, TypeScript

**Server:** Json-Server
Expand All @@ -59,24 +65,24 @@ yarn run dev or npm run dev

#### Get all users

```http
```
GET http://localhost:8000/users
```

#### Get single user

```http
```
GET http://localhost:8000/users/${id}
```

#### Edit user

```http
```
POST http://localhost:8000/users/${id}
```

#### Delete user

```http
```
DELETE http://localhost:8000/users/${id}
```

0 comments on commit 65113a8

Please sign in to comment.