Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
database Add Diesel and use migrations to setup database, add developer guide,… Oct 3, 2018
docs Switch to Actix because it's much faster and supports web sockets Nov 15, 2018
frontend Enable the ability to log in Dec 5, 2018
migrations Add fulfillments, impl endpoint to save user into database Nov 30, 2018
src Log user in immediately after they have successfully signed up Dec 13, 2018
.dockerignore Stop including full project build context, fix build of OpenSSL from … Oct 2, 2018
.gitignore Initial setup of frontend, create homepage Nov 6, 2018
.travis.yml Implement login and logout functionality Dec 13, 2018
Cargo.lock Refactor error handling - utilize Actix to convert errors to HttpResp… Dec 12, 2018
Cargo.toml Refactor error handling - utilize Actix to convert errors to HttpResp… Dec 12, 2018
Dockerfile Remove dangling references to Rocket Nov 15, 2018
README.md Mention ability to subscribe to specific crate version Dec 4, 2018
diesel.toml Remove schema patching. Too complicated for too little benefit Oct 15, 2018
docker-compose.prod.yml Embed migrations into binary, setup env var injection for local and p… Oct 13, 2018
docker-compose.yml Use Travis CI in favor of Buildkite Oct 16, 2018
docker-local.env Embed migrations into binary, setup env var injection for local and p… Oct 13, 2018
docker-prod.env Embed migrations into binary, setup env var injection for local and p… Oct 13, 2018
local.env Embed migrations into binary, setup env var injection for local and p… Oct 13, 2018