Skip to content

allanpereiras/quorum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the code

Within the project directory, build the image and start a new container from the image:

docker build -t quorum .

docker run --name quorum -p 8000:8000 -d quorum

or start an existing stopped container:

docker start quorum

http://localhost:8000

The sample data was already loaded. If needed:

docker exec -it quorum python manage.py load_samples

There is also and admin user created:

  • user = admin
  • password = quorum.us

http://localhost:8000/admin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published