All Projects → stevegrossi → Habits

stevegrossi / Habits

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

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Habits

react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+29.09%)
Mutual labels:  heroku, phoenix
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+8180%)
Mutual labels:  heroku, phoenix
phx-auth-api
Authentication for Phoenix with JWT, user privileges and CI
Stars: ✭ 13 (-76.36%)
Mutual labels:  heroku, phoenix
Tilex
Today I Learned
Stars: ✭ 418 (+660%)
Mutual labels:  heroku, phoenix
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+12.73%)
Mutual labels:  heroku, phoenix
Phoenix Chat Example
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 🚀
Stars: ✭ 452 (+721.82%)
Mutual labels:  heroku, phoenix
Typescript Boilerplate
Start writing stuff in TypeScript without bothered by configurations
Stars: ✭ 35 (-36.36%)
Mutual labels:  heroku
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (-21.82%)
Mutual labels:  heroku
Scout apm elixir
ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
Stars: ✭ 33 (-40%)
Mutual labels:  phoenix
Lunch With Channels
Stars: ✭ 32 (-41.82%)
Mutual labels:  heroku
Leather
💰 A super fast money management app.
Stars: ✭ 52 (-5.45%)
Mutual labels:  phoenix
Metaci
Lightweight, Salesforce specific CI app run on Heroku to build Github repositories configured for CumulusCI
Stars: ✭ 45 (-18.18%)
Mutual labels:  heroku
Goherokuname
[Mirror] Heroku-like Random Names in Go
Stars: ✭ 41 (-25.45%)
Mutual labels:  heroku
Ansible Phoenix
[Unmaintained] Develop and deploy a Phoenix app using Ansible!
Stars: ✭ 37 (-32.73%)
Mutual labels:  phoenix
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1756.36%)
Mutual labels:  phoenix
Rolodex
📇API Documentation Generator for Phoenix
Stars: ✭ 34 (-38.18%)
Mutual labels:  phoenix
Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
Stars: ✭ 1,042 (+1794.55%)
Mutual labels:  heroku
Slipstream
A slick websocket client for Phoenix channels
Stars: ✭ 33 (-40%)
Mutual labels:  phoenix
Ponee
A lightweight Django template ready for Heroku
Stars: ✭ 41 (-25.45%)
Mutual labels:  heroku
Messengyr
A clone of Facebook Messenger. Built with Elixir + Phoenix.
Stars: ✭ 44 (-20%)
Mutual labels:  phoenix

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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].