Skip to content

Commit a97fd73

Browse files
committedFeb 21, 2021
Remove unnecessary files + Update README.md
1 parent b86682a commit a97fd73

File tree

2 files changed

+1
-7775
lines changed

2 files changed

+1
-7775
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Spansberry backend application is built on the following technologies:
1616
2. Clone this forked repository on your local machine using:
1717
`git clone https://github.com/<username>/community-forum-backend.git`. (Replace username with your own username)
1818
3. Install all the dependencies using `npm install`.
19-
4. Setup database details in the `.env` file.
19+
4. Copy `example.env` and rename it to `.env` (Avoid removing `example.env`). Then, setup database details in the `.env` file.
2020
5. Start the application using `npm start`.
2121

2222
You are good to go now, make sure your frontend application is running simultaneously on port `3000`.

0 commit comments

Comments
 (0)