A travelogue and bucket-list Django app with various features.
Git the latest code
git clone https://github.com/dakrauth/travel
docker build -t travel .
docker run -p 8000:80 -it travel:latest
Navigate to htt://localhost:8000
Two users are created: admin and user, both with password as their password.