Welcome to the Final_PDI Django Web App! 🚀
Follow these instructions to get your copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the latest version of Python installed on your system. You can download it from here.
-
Clone the Repository
First, clone the repository to your local machine:
git clone https://github.com/your-username/Final_PDI.git
-
Navigate to the Project Directory
Change to the project directory:
cd Final_PDI
-
Install Requirements
Install the required packages using pip:
pip install -r requirements.txt
-
Run the Application
Start the server:
python manage.py runserver
The application should now be running on http://localhost:8000.
This project is licensed under the MIT License - see the LICENSE.md file for details
Thank you for using or contributing to Final_PDI Django Web App! 🌟