diff --git a/README.md b/README.md index 2f2f57e..5f132b4 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# recipe-app-api \ No newline at end of file +# recipe-app-api + +## Prerequisite + +- A Docker Hub secret is configured in project settings for authentication through GitHub Actions, preventing rate limit issues. +- Installed the `psycopg2` PostgreSQL adapter and configured the PostgreSQL service, handling the race condition to ensure the database is ready before the application continues. +- The `docker compose up` command was used to start the server, enabling access to the running Django project. +