We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54df31a commit 9c11051Copy full SHA for 9c11051
README.md
@@ -79,8 +79,8 @@ Following are the features of this project:
79
* To run the tests execute `npm test`.
80
* Install Without Docker [**2nd Method**]
81
* Install MongoDB on your local.
82
- * Do step 1 to 5 as listed for **Install using Docker Componse**.
83
- * Do step 1 to 3 as listed for **Run The Tests**.
+ * Do steps 1 to 5 as listed for **Install using Docker Compose**.
+ * Do steps 1 to 3 as listed for **Run The Tests**.
84
* Create users in MongoDB and seed the data taking reference from the **addons/init-mongo.js**
85
* Change the `DB_HOST` to `localhost` in **.env** and **tests/.env.test** files.
86
* Execute `npm start` and You will be able to access the API from http://localhost:3000
0 commit comments