From ee11628113baf29aa8f04e535105d4a79e68847b Mon Sep 17 00:00:00 2001 From: Yun JI <59977078+yunji0387@users.noreply.github.com> Date: Sat, 4 May 2024 14:03:45 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e08e4f1..fe815cf 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,10 @@ To start the server, run: ```bash node server.js ``` -The server will start running on http://localhost:3000. You can make GET requests to the root URL to test the server. \ No newline at end of file +The server will start running on http://localhost:3000. You can make GET requests to the root URL to test the server. + +## Contributing +- Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests. + +## License +- This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE.md) file for details.