This is for Technology Application Project at Swinburne University of Technology.
This is a web application developed using Django that allows users to upload files, process data, and view site mappings on a map.
- File Upload: Users can upload files, such as PDF, HTM, or image files, containing site mapping data.
- Site Visualization: The mapped sites are displayed on an interactive map for easy visualization.
To get started with the Site Mapping Application, follow these steps:
- Clone the repository: git clone https://github.com/Spikes2012/DjangoBusPriority.git
- Install the required dependencies: pip install -r requirements.txt
- Navigate to the fileExtract project directory: ** cd .\fileExtract\ **
- Set up the database: Run database migrations using Django's management command: python manage.py migrate
- Start the development server: python manage.py runserver
- Access the application in your web browser: http://localhost:8000
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- The application uses the Django web framework (https://www.djangoproject.com/) for server-side development.
- The mapping functionality is implemented using the Leaflet JavaScript library