This project is a web application that allows users to view and analyze 3D models of rectangular prisms. The application retrieves prism dimensions from a MySQL/PostgreSQL database, calculates surface area and volume, and displays a 3D CAD model using FreeCAD Python. The backend is developed with Django and Django REST Framework, and the frontend is developed with React.
- Clone the repository:
git clone <repository-url> cd backend