Skip to content

A Django app with PostgreSQL database deployed with Kubernetes on GKE and Microsoft Azure

Notifications You must be signed in to change notification settings

jastr945/djangokube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Books & Movies Wishlist

A simple Django app deployed with Kubernetes using Google Container Engine.

This app helps you to keep track of books and movies that you plan to check out. It displays a list of books and movies that people recommended you to read / watch. Once an item no longer belongs to the wishlist, it can be simply removed (an AJAX request is sent to the Django server in the background).

Specific Functionality

  • Login with Google is provided by Auth0[https://auth0.com/].
  • AJAX requests are sent to the Django server from the JavaScript Client.
  • Deployed with Docker and Kubernetes.

Demo

See the app deployed with Kubernetes on Microsoft Azure: http://wishlist.mee.how (also deployed on Google Kubernetes Engine previously).

Log in with your Google account to see the dashboard.

Run

Docker

Run the image from my Docker Hub: jastr945/kubebooks:v1.0

Future plans:

  • Use some public API for auto-suggesting books and movies (eg. if users don't remember full titles);

About

A Django app with PostgreSQL database deployed with Kubernetes on GKE and Microsoft Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published