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
- You can replace superman123 with any secret of your choice.
115
+
## .env Configuration
116
+
117
+
To set up environment variables for the Review App API, follow these steps:
118
+
119
+
1.**Copy `.env.example`:** Duplicate the `.env.example` file and name the copy `.env.local`.
120
+
121
+
2.**Edit `.env.local`:** Open the newly created `.env.local` file and configure the necessary environment variables. In this case, you'll need to set values for `DATABASE_URL` and `JWT_SECRET`.
3.**Replace Placeholder(s)**: Make sure to replace the placeholder values for `DATABASE_URL` with your Database URL and `JWT_SECRET` with a secret key of your choice.
129
+
130
+
## Frontend Reference Link
131
+
132
+
You can find the reference link to the frontend of the Review App [here](https://github.com/piyushgarg-dev/review-app).
130
133
131
134
## Code of Conduct
132
135
133
-
Please be aware that we have a Code of Conduct (CODE_OF_CONDUCT.md) that all
134
-
contributors are expected to follow. Please read and adhere to it throughout
135
-
your contribution journey.
136
+
We have established a [Code of Conduct](CODE_OF_CONDUCT.md) that all contributors are expected to follow. Please take a moment to read and adhere to it throughout your contribution journey. This code of conduct ensures a respectful and inclusive environment for everyone involved in the project.
136
137
137
-
## We appreciate your contributions and look forward to collaborating with you
138
-
to improve the Review App API!
138
+
## We Appreciate Your Contributions!
139
139
140
+
Thank you for considering contributing to the Review App API project. Your contributions are invaluable to us, and they play a crucial role in making this project better with each update.
0 commit comments