From 0611696f1d6fce5d1d6e9859f4276dd3da4da45c Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Tue, 20 Oct 2015 16:23:36 +0200 Subject: [PATCH] refactor(example): rename queries.md to README.md --- example/{queries.md => README.md} | 10 ++++++++++ 1 file changed, 10 insertions(+) rename example/{queries.md => README.md} (97%) diff --git a/example/queries.md b/example/README.md similarity index 97% rename from example/queries.md rename to example/README.md index 61a0a2e..a213264 100644 --- a/example/queries.md +++ b/example/README.md @@ -1,3 +1,13 @@ +### Running the example + +```shell +cd graffiti-mongoose +npm install # install dependencies in the main folder +cd example +npm install # install dependencies in the example folder +npm start # run the example application and open your browser: http://localhost:8080 +``` + ### Mongoose schema ```javascript