Skip to content

bspatafora/civicly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

civicly

An SMS-based civic conversations app.

Getting started

  1. Install Elixir (>= 1.6)
    • On MacOS with Homebrew: brew update && brew install elixir
  2. Install PostgreSQL (>= 10.2)
    • On MacOS with Homebrew: brew install postgres
  3. Install the project dependencies: mix deps.get
  4. Create the project database role: psql -d postgres -c "CREATE USER civically WITH SUPERUSER CREATEDB PASSWORD 'civically';"
  5. Set up the test database: mix rebuild_test
  6. Run the tests: mix test

About

An SMS-based civic conversations app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages