Welcome to the Project Management System! This is a static website serving as a functional demonstration of a Minimum Viable Product (MVP). It showcases a project and task management system by interacting with a Django REST Framework API.
Modern Frontend: This website uses Axios requests to connect with the backend API, providing a dynamic user experience.
Django REST API: The API is built with Django REST Framework, offering essential CRUD operations (Create, Read, Update, Delete) for projects and tasks. It's designed to illustrate a scalable foundation for various client applications.
Cloud Deployment: The entire system is currently running within a Docker container on an AWS EC2 instance, demonstrating a real-world deployment of an MVP.