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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# React-ES6 based Javascript Quiz
1
+
# React-Express-MongoDB based Javascript Quiz
2
2
3
3
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-
4
4
@@ -12,11 +12,11 @@ First, fork this gist to your own account by clicking the fork symbol in the upp
12
12
13
13
Then copy the clone URL to your clipboard.
14
14
15
-
######Assuming you'll have Node already installed, go with following steps to get the app working:
15
+
#### Assuming you'll have Node already installed, go with following steps to get the app working:
16
16
17
-
1. Setup MongoDB on your system through this link-> [Setup MongoDB](https://docs.mongodb.com/manual/installation/).
17
+
1. Setup MongoDB on your system through this link-> [Setup MongoDB](https://docs.mongodb.com/manual/installation/).
18
18
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.
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.
20
20
21
21
3. Run `npm install` to install all the dependencies & devDependencies.
0 commit comments