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-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# React-Express-MongoDB based Javascript Quiz
1
+
# React-Express 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
@@ -14,14 +14,11 @@ Then copy the clone URL to your clipboard.
14
14
15
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/).
18
17
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.
20
19
21
-
3. Run `npm install` to install all the dependencies & devDependencies.
20
+
2. Run `npm start`
22
21
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.
0 commit comments