Skip to content

atmiguel/cerealnotes

Repository files navigation

Installation

Locally

  • postgres server installed and running
    • brew install postgres
    • pg_ctl -D /usr/local/var/postgres start
  • heroku cli installed
    • brew install heroku
  • golang installed
    • brew install go
  • godep installed:
    • go get github.com/tools/godep

Heroku

  • heroku instance
  • instance connected to postgres db

Running CerealNotes

Assuming your local environment is setup correctly with Golang standards, you can start your local server with the following commands

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •