Skip to content

dakrauth/django-travel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-travel

A travelogue and bucket-list Django app with various features.

Develop

Git the latest code

git clone https://github.com/dakrauth/travel

Demo

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.