diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md index 6bf6744..8346437 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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** @@ -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. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.