In this project, I Practiced DevOps principles by employing CI/CD pipelines. Added user management to the Django application.
Implemented user management using the Django user authentication system and create a REACT frontend. Implemented backend services: Created Node.js server to manage dealers and reviews using MongoDB and dockerize it. Deployed sentiment analyzer on Code Engine. Created Django models and views to manage car model and car make. Created Django proxy services and views to integrate dealers and reviews together. Added dynamic pages with Django templates.
Created pages that displays all the dealers, reviews for a selected dealer. Create a page that lets the end user add a review for a selected dealer. Implemented CI/CD
Set up continuous integration and delivery for code linting. Ran the application on Cloud IDE. Tested the updated application locally. Deployed the application on Kubernetes.