Self Challenge To Build Chat App using Django+Heroku/GCP.
- Create Google Cloud SQL(MySQL Database)
- Django App Running it On The Google Cloud App Engine (GAE)
- Linked With Google Cloud SQL Instance
- Google Cloud Storge To Store Our Files "/Static" Using Buckets(GCS)
- Heroku Cloud (PaaS)
- Heroku Cloud (PostgreSQL Database)
- Google Cloud SQL (MySQL) & Heruko Cloud (PostgreSQL, uses AWS-EC2)
- Storge, Backup
- Google Cloud App Engine (Python) && Heroku Cloud App (Python)
- Django Application (Standard)
- Python Application (Standard)
- Google Cloud Storge (Buckets)
- Storge For (CSS,JS, etc.)
- Python 3.8+ (Language)
- All Packages Used Found In : requirements.txt
- Visual Studio Code (Editor)
- python3, pylance, Database Client
- Ubuntu 20.04+ (OS)
python3 manage.py runserver
Name | Description | Link |
---|---|---|
Heroku Cloud Deployment | Live django app running on Heroku Cloud and using PostgreSQL database (inside AWS=EC2) |
POC |
Google Cloud Deployment | Live django app running on Google App Engine and using MySQL database (Cloud SQL Instance) |
POC |