Go to file
R Tyler Croy 1ce8bee5a8 Add an OpenAPI description and some overrides for debug builds to test locally
The CORS stuff allows for testing against the API with swagger-editor on my
machine but is not strictly necessary.

The `dredd.yml` is for use with Dredd (`npm i dredd`) and doesn't _currently_
pass muster
2020-09-20 20:29:48 -07:00
migrations Refactoring away from diesel and cleaning up a bit, not everything works here 2020-09-19 16:30:46 -07:00
src Add an OpenAPI description and some overrides for debug builds to test locally 2020-09-20 20:29:48 -07:00
.env Add a skeleton of an app using tide/diesel 2020-09-14 18:30:59 -07:00
.gitignore Initial commit 2020-09-09 11:30:22 -07:00
Cargo.toml Re-implement the voting endpoint, refactor out all the diesel code 2020-09-20 10:21:17 -07:00
LICENSE.txt Add a skeleton of an app using tide/diesel 2020-09-14 18:30:59 -07:00
README.adoc Add a skeleton of an app using tide/diesel 2020-09-14 18:30:59 -07:00
api-description.yml Add an OpenAPI description and some overrides for debug builds to test locally 2020-09-20 20:29:48 -07:00
diesel.toml Add a skeleton of an app using tide/diesel 2020-09-14 18:30:59 -07:00
docker-compose.yml Refactoring away from diesel and cleaning up a bit, not everything works here 2020-09-19 16:30:46 -07:00
dredd.yml Add an OpenAPI description and some overrides for debug builds to test locally 2020-09-20 20:29:48 -07:00

README.adoc

<html lang="en"> <head> </head>

Dot-dot Vote!

This is a simple web application for Dot-voting.

The goal is to create a simple and anonymous dot-voting system which allows people to create quick polls to run with their teams.

</html>