Skip to content

stevegrossi/habits

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Habits

Codeship Status for stevegrossi/habits SourceLevel

An Elixir/Phoenix application for tracking daily habits.

in-app screenshot

Development Setup

  • Clone this repository with git clone git@github.com:stevegrossi/habits.git
  • Open that directory with cd habits
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install
  • Start Phoenix with mix phx.server

You should now see the app by visiting localhost:4000 from your browser.

Deploy

Want your own copy of Habits on Heroku?

Deploy

Once you deploy to Heroku, you’ll be redirected to the registration page to create your Habits account. Habits allows only one account, so once you sign up, no one else will be able to. This is intentional: Heroku’s free database plan is limited to 10,000 habits and check-ins, which you’ll probably want all to yourself.

About

An Elixir/Phoenix app for tracking daily habits, ready to deploy to Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published