Skip to content

Commit c080a95

Browse files
authored
docs(readme): add how to run Mongo w/ Docker
1 parent 6dc9c94 commit c080a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ yo angular-fullstack
3939
## Prerequisites
4040

4141
* MongoDB - Download and Install [MongoDB](https://www.mongodb.com/download-center#community) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.
42+
* If you have [Docker](https://www.docker.com/) installed, you can easily run a test database with `docker run -p 27017 --name afs-mongo -d mongo`
4243
* The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out http://es6-features.org/
4344

4445
## Supported Configurations

0 commit comments

Comments
 (0)