Skip to content

Commit 091ea0f

Browse files
committed
Updated README
1 parent 1368368 commit 091ea0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
This is a simple skeleton of a JSON-API that uses Express JS and Mongoose.
44

55
## Installation
6+
67
To get the server up and running:
7-
1. Pull the repository
8-
2. Run `npm install`
9-
3. Run `node ./bin/www`
8+
1. [Set up MongoDB](https://docs.mongodb.com/manual/installation/)
9+
2. Pull the repository
10+
3. Run `npm install`
11+
4. Run `node ./bin/www`
1012

1113
To get an overview of the endpoints, you can import the included Postman file into Postman.
1214

@@ -20,7 +22,7 @@ This project uses the following main dependencies:
2022

2123
----------
2224

23-
## Payloads
25+
## Models
2426

2527
For a more complete list of available endpoints and example inputs, please import the postman file.
2628

0 commit comments

Comments
 (0)