You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,55 @@ In addition to the gems listed above, we need these to run the tests locally:
44
44
- ruby-rspec
45
45
- ruby-webmock
46
46
47
+
# Database Configuration
48
+
49
+
This document provides instructions on how to configure the database for the GitHub Hook Server project.
50
+
51
+
## Prerequisites
52
+
53
+
Ensure you have the following installed on your system:
54
+
- PostgreSQL (any version)
55
+
56
+
## Configuration Steps
57
+
58
+
1.**Install PostgreSQL**:
59
+
Follow the instructions for your operating system to install PostgreSQL. You can find the installation guide on the [official PostgreSQL website](https://www.postgresql.org/download/).
60
+
61
+
2.**Create a Database**:
62
+
After installing PostgreSQL, create a new database for the project. You can do this using the `psql` command-line tool or any PostgreSQL client.
0 commit comments