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.
mvapi/README.md

287 B

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/