diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:20:56 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:20:56 +0000 |
| commit | 0022b41b5a1d20c60d9ffb56403150ce97153f09 (patch) | |
| tree | 5b759b4ea1e137f885862281662b1a07c3beed39 | |
| parent | 085538ec47cb5baa29c4214d97c6926b285ab507 (diff) | |
fixed README
| -rw-r--r-- | web/README.md | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/web/README.md b/web/README.md index d44fd9b..244c216 100644 --- a/web/README.md +++ b/web/README.md @@ -9,16 +9,26 @@ #### Steps 1. Spawn up a docker container with mongodb -`docker run -d --name mymongo -p 27017:27017 mongo` + + `docker run -d --name mymongo -p 27017:27017 mongo` + 2. enter inside the container: -`docker exec -it mymongo mongo` + + `docker exec -it mymongo mongo` + 3. run inside the interactive mongo shell: -`use helpthehome` + + `use helpthehome` + 4. Now you are ready to start the app: -From this directory: -`npm install` -`npm start` -Then open your browser to `localhost:3000` + + From this directory: + + `npm install` + + `npm start` + + Then open your browser to `localhost:3000` You should be greeted with a page with a map. @@ -29,3 +39,4 @@ You should be greeted with a page with a map. ## You can view the current latest QA site on Heroku (qa branch) [here]() + |
