Description
A Python + Django + MySQL Website
Last updated
Hosting
-
Vercel Cloud using Serverless Functions
DevOps
Performance
- Google Page Speed for testing
- Eliminated Render-Blocking
- I optimized the loading of the CSS and JS in the Template
Frontend
- Django Templates
- Bootstrap for making the Website mobile friendly
- HTML
- CSS
Backend
A simple Blog by Django Models
-
Serving a simple Blog administrated by the Django Backend Admin using Models
A list of Employees by Django Models
-
Serving a list of Employees administrated by the Django Backend Admin using Models
-
Serving a list of Employees administrated by the Frontend with CRUD using Models
- Backend validation of the Employees by View and Model with rules of Max characters and Max rows in the DB
A list of Todos by Django Models
-
Serving a list of Todos administrated by the Django Backend Admin using Models
-
Serving a list of Todos administrated by the Frontend with CRUD using Models
- Backend validation of the Todos by View and Model with rules of Max characters and Max rows in the DB
Database
-
MySQL was used for both Dev + Prod
-
SQLite could be used for Dev
Text Editor
-
Visual Studio Code with Python + Pylance extensions