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 1368368 commit 091ea0fCopy full SHA for 091ea0f
README.md
@@ -3,10 +3,12 @@
3
This is a simple skeleton of a JSON-API that uses Express JS and Mongoose.
4
5
## Installation
6
+
7
To get the server up and running:
-1. Pull the repository
8
-2. Run `npm install`
9
-3. Run `node ./bin/www`
+1. [Set up MongoDB](https://docs.mongodb.com/manual/installation/)
+2. Pull the repository
10
+3. Run `npm install`
11
+4. Run `node ./bin/www`
12
13
To get an overview of the endpoints, you can import the included Postman file into Postman.
14
@@ -20,7 +22,7 @@ This project uses the following main dependencies:
20
22
21
23
----------
24
-## Payloads
25
+## Models
26
27
For a more complete list of available endpoints and example inputs, please import the postman file.
28
0 commit comments