Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anGie44/animal-rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Mar 18, 2020
2 parents e76705a + b4d315f commit 8caca9a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

To run the server on your system:

1. Create a `.env` file with your Auth0 Credentials (only includes vars referenced in `main.go`) [Sign up](https://auth0.com) for an account for free if you don't have one.
2. Update the `auth0-variables.js` file in `static/js` with your Auth0 Credentials.
3. Add `http://localhost:3000` to your Allowed Callback, and Allowed Logout URL's in your [Auth0 Management Dashboard](https://manage.auth0.com)
4. Make sure you have [dep](https://github.com/golang/dep) installed
5. Run `dep ensure` to install dependencies
6. Run `go build` to create the binary (`animal-rescue`)
7. Run the binary : `./animal-rescue`
1. Make sure you have [dep](https://github.com/golang/dep) installed
2. Run `dep ensure` to install dependencies
3. Run `go build` to create the binary (`animal-rescue`)
4. Run the binary : `./animal-rescue`

To run tests:

Expand Down

0 comments on commit 8caca9a

Please sign in to comment.