Skip to content

Commit 181910b

Browse files
committed
Updating README
1 parent 35eb4af commit 181910b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React-Express-MongoDB based Javascript Quiz
1+
# React-Express based Javascript Quiz
22

33
This gist contains the code to create a simple "javascript quiz" with react & ES6. In this version, you can see following features in this app-
44

@@ -14,14 +14,11 @@ Then copy the clone URL to your clipboard.
1414

1515
#### Assuming you'll have Node already installed, go with following steps to get the app working:
1616

17-
1. Setup MongoDB on your system through this link-> [Setup MongoDB](https://docs.mongodb.com/manual/installation/).
1817

19-
2. Verify mongoDB setup by going in the bin folder of mongodb(in my case: C:/mongodb/bin) and run `mongo --version`. This will display the MongoDB version installed on your system and various other information.
18+
1. Run `npm install` to install all the dependencies & devDependencies.
2019

21-
3. Run `npm install` to install all the dependencies & devDependencies.
20+
2. Run `npm start`
2221

23-
4. Run `npm run start-dev` to start the server. This will start both Express server and Webpack server for react.
24-
25-
5. Go into the bin folder inside mongodb(in my case: C:/mongodb/bin), open command prompt, and run `mongod` to start the mongoDB server.
22+
Note- Earlier we had mongoDB support, but later it got removed.
2623

2724
And you'll be good to go :thumbsup:

0 commit comments

Comments
 (0)