Skip to content

This is for Technology Application Project at Swinburne University of Technology

Notifications You must be signed in to change notification settings

Spikes2012/DjangoBusPriority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

DjangoBusPriority

This is for Technology Application Project at Swinburne University of Technology.

Site Mapping Application

This is a web application developed using Django that allows users to upload files, process data, and view site mappings on a map.

Features

  • 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.

Getting Started

To get started with the Site Mapping Application, follow these steps:

  1. Clone the repository: git clone https://github.com/Spikes2012/DjangoBusPriority.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Navigate to the fileExtract project directory: ** cd .\fileExtract\ **
  4. Set up the database: Run database migrations using Django's management command: python manage.py migrate
  5. Start the development server: python manage.py runserver
  6. Access the application in your web browser: http://localhost:8000

Contributing

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.

License

This project is licensed under the MIT License.

Acknowledgements

  • 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