Skip to content
This repository was archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
added port 8080 on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesoteriou committed Oct 16, 2018
1 parent c8a3ff9 commit c982f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

### Build and Run
1. start Mongod `sudo service mongod start`
2. `npm install` (will need sudo access)
3. `npm run local` (will need sudo access)
2. `npm install`
3. `npm run local`

### Usage
* Access from `http://localhost`
* Access from `http://localhost:8080`
* Member login with blank username and password
* Sponsor login with `gold` / `silver` / `bronze` username, and same for password
* `localhost/admin` login with blank username and password
Expand Down

0 comments on commit c982f55

Please sign in to comment.