A mirror of the Github repository, for backup purposes. https://github.com/MieuxVoter/mvapi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Gilles Pavan 1000bb7099
starting project
5 years ago
election starting project 5 years ago
mvapi starting project 5 years ago
Dockerfile starting project 5 years ago
README.md starting project 5 years ago
build.sh starting project 5 years ago
db.sqlite3 starting project 5 years ago
docker-compose.yml starting project 5 years ago
makemigrations.sh starting project 5 years ago
manage.py starting project 5 years ago
migrate.sh starting project 5 years ago
requirements.txt starting project 5 years ago
test.sh starting project 5 years ago

README.md

Build the docker image

sudo ./build.sh

Run the docker container

sudo docker-compose up -d

Initialize the database

sudo ./makemigrations.

sudo ./migrate.sh

Run the tests

sudo ./test.sh

Browse the admin

http://localhost:8012/admin/