Update README.md

pull/32/merge
guhur 4 years ago committed by GitHub
parent 70813924d9
commit a29bf00905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,10 @@
# API for Mieux Voter
This API allows you to create elections, vote and obtain results with [majority judgment](https://en.wikipedia.org/wiki/Majority_judgment).
You can use our server at [demo.mieuxvoter.fr/api/](demo.mieuxvoter.fr/api/).
## Installation with Docker
Edit the `.env` with your own settings. A secret key can be generated in Python REPL:
@ -46,4 +53,4 @@ Visit the admin page at [http://localhost:8012/admin/](http://localhost:8012/adm
## Create databases migrations
`sudo docker/makemigrations.sh`
`sudo docker/makemigrations.sh`

Loading…
Cancel
Save