We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86682a commit a97fd73Copy full SHA for a97fd73
README.md
@@ -16,7 +16,7 @@ Spansberry backend application is built on the following technologies:
16
2. Clone this forked repository on your local machine using:
17
`git clone https://github.com/<username>/community-forum-backend.git`. (Replace username with your own username)
18
3. Install all the dependencies using `npm install`.
19
-4. Setup database details in the `.env` file.
+4. Copy `example.env` and rename it to `.env` (Avoid removing `example.env`). Then, setup database details in the `.env` file.
20
5. Start the application using `npm start`.
21
22
You are good to go now, make sure your frontend application is running simultaneously on port `3000`.
0 commit comments