Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DATABASE_URL='postgresql://localhost?sslmode=disable'
DATABASE_URL='postgresql://localhost/cerealnotes?sslmode=disable'
PORT=8080
TOKEN_SIGNING_KEY='AllYourBase'
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Installation
## Locally
* postgres server installed and running
* `brew install postgres`
* `pg_ctl -D /usr/local/var/postgres start`
* postgres server installed and running: please refer to `migrations/README.md` for more info
* heroku cli installed
* `brew install heroku`
* golang installed
Expand All @@ -20,7 +18,4 @@ Assuming your local environment is setup correctly with Golang standards, you ca

1. `cd to this repo`
2. `go install && heroku local`
3. Visit `localhost:8080/login-or-signup`

# Run DB migrations
More db information in `migrations/README.md`
3. Visit `localhost:8080/`
191 changes: 0 additions & 191 deletions databaseutil/databaseutil.go

This file was deleted.

Loading