RailRouter computes and visualizes the shortest railway route between train stations across various regions (Currently available regions: UK, France, Italy, and Belgium)
- /my-app/src/: Contains the React application source code.
- databaseapi.py: Flask API code for backend services.
- regional_network_databases/: SQLite database files.
- graph_construction_files/: Files for constructing railway routes.
- React: for building the user interface.
- Leaflet: for interactive map functionality.
- Python (Flask API): for backend services including fetching route data and station coordinates.
- SQLite: for database management of routes and station data.