To design a website to calculate the Body Mass Index(BMI) in the server side.
Clone the repository from GitHub.
Create Django Admin project.
Create a New App under the Django Admin project.
Create python programs for views and urls to perform server side processing.
Create a HTML file to implement form based input and output.
Publish the website in the given URL.
The program for performing server side processing is completed successfully.