Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ This project is a RESTful API built with Express.js that allows for Create, Read
- **URL:** `POST /users`
- **Body Parameters:**
- `name` (string): The name of the user.
- `email` (string): The email address of the user.

- **Retrieve a user by ID**

Expand All @@ -66,7 +65,6 @@ This project is a RESTful API built with Express.js that allows for Create, Read
- `:id` (integer): The unique identifier of the user.
- **Body Parameters:**
- `name` (string): The updated name of the user.
- `email` (string): The updated email address of the user.

- **Delete a user**

Expand Down Expand Up @@ -144,4 +142,4 @@ To run the application using Docker:

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.