ianthomas / backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Carpool Vote - Backend repo

Carpool Vote connects volunteer drivers with anybody who needs a ride to claim their vote. We are a nonpartisan organisation: Our goal is to increase voter turnout and improve representation.

We successfully deployed the site for the US 2016 election and now we are working hard on improvements for the various US elections in 2017 and beyond. We're a team of volunteers from around the world, working pro bono in our free time alongside our day jobs. As a result, we need all the help we can get, and any contributions would be gratefully appreciated.

Slack

We have a Slack team. Please email us if you would like to join.

Overview

Everything related to the back-end of Carpool Vote exists in this repo. The main components are a Nodejs app that provides services to the front-end and a Postgres database. Other components, written in both Python and Nodejs, send emails, SMS messages, and provide other functions to support the Nodejs app and the database.

Travis CI

Travis CI tests are run automatically against all PRs.

Development environment and automated tests

Docker and docker-compose are used to provide contributors with a variety of development environments and automated tests.

Details can be found here

Nodejs App

This is here.

Database

The database is Postgres. This is here

Working on the front-end

The front-end repo is here. The main site is available at http://carpoolvote.com/

Contributing

If you're interested in contributing to this project, read our guidelines for how to contribute first, and also please be aware of our code of conduct.

About

License:MIT License


Languages

Language:PLpgSQL 55.1%Language:Python 21.2%Language:TypeScript 9.5%Language:Shell 6.0%Language:JavaScript 5.3%Language:Ruby 1.4%Language:Dockerfile 1.1%Language:HTML 0.3%Language:SQLPL 0.1%