Skip to content

Commit 3fad4ad

Browse files
committed
Improve readme
1 parent 2e039c0 commit 3fad4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Spansberry backend application is built on the following technologies:
1111
5. MongoDB (Mongoose)
1212

1313
## Setting up the Project
14-
(Make sure you have NodeJS installed on your machine. Further for the database you can either have a separate MongoDB server running on your local machine or can use external services like MongoDB Atlas.)
14+
(Make sure you have NodeJS and NPM installed on your machine. Further for the database you can either have a separate MongoDB server running on your local machine or can use external services like MongoDB Atlas.)
1515
1. Fork this repository
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`.
1919
4. Setup database details in the `.env` file.
20-
4. Start the application using `npm start`.
20+
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)