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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Spansberry backend application is built on the following technologies:
11
11
5. MongoDB (Mongoose)
12
12
13
13
## 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.)
15
15
1. Fork this repository
16
16
2. Clone this forked repository on your local machine using:
17
17
`git clone https://github.com/<username>/community-forum-backend.git`. (Replace username with your own username)
18
18
3. Install all the dependencies using `npm install`.
19
19
4. Setup database details in the `.env` file.
20
-
4. Start the application using `npm start`.
20
+
5. Start the application using `npm start`.
21
21
22
22
You are good to go now, make sure your frontend application is running simultaneously on port `3000`.
0 commit comments