Watch this tutorial to get started! 💻
I'll show you how to become a backend developer using Django, Django Rest Framework, email notification, Git, Postman, Vercel, AWS RDS PostgreSQL, AWS EC2 with Nginx and Gunicorn, and SSL and domain setup.
To get started with the Django Starter Kit:
- Clone the Repository:
git clone https://github.com/codewithmuh/backend_course.git
Contributions to the Django Starter Kit are highly encouraged! Follow these guidelines to contribute:
Note: Make sure the Docker desktop is installed and running on your system. You can download it from the official website of dockerhub.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add your feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request!
This project is licensed under MIT License, granting you the freedom to use, modify, and distribute the code.
Special thanks to codewithmuh for creating this incredible Django Starter Kit and simplifying the development process.