Skip to content

Commit

Permalink
add Prerequisite info
Browse files Browse the repository at this point in the history
  • Loading branch information
ytliuSVN committed Nov 2, 2024
1 parent 2b0e909 commit e31caf6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# recipe-app-api
# 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.
<!-- - Architecture Diagram -->

0 comments on commit e31caf6

Please sign in to comment.