A Django-based sticky notes application, containerised using Docker.
- Docker Desktop installed and running
git clone https://github.com/PerryRichardson/Sticky-Notes-App.git
cd Sticky-Notes-Appdocker build -t sticky-notes-app ./docker run -p 8000:8000 sticky-notes-appOpen your browser and navigate to:
http://127.0.0.1:8000/notes/
Press CTRL + C in the terminal to stop the running container.
The image is also available on Docker Hub:
docker pull perryrich/sticky-notes-app