Developers and Creators
| Simone Remoli | iPalateee |
Demo screen
- Interactive visualization of metro lines and stations.
- Accessibility support, indicating stations suitable for disabled passengers.
- Optimized data management for easy integration with relational databases.
- User-friendly interface, scalable across different devices.
- REST API for integration with third-party applications.
To run RouteX locally, follow these steps:
# Clone the repository
git clone https://github.com/SimoneRemoli/RouteX.git
# Install dependencies
npm install # If the project uses Node.js
or
mvn clean install # If the project uses Maven
# Install Tomcat 9.0.96
download and extract Apache Tomcat 9.0.96 from: https://tomcat.apache.org/download-90.cgi
set up the environment variables accordingly
# Start the server
npm start # For Node.js
or
mvn spring-boot:run # For Java Spring BootWe welcome community contributions! If you'd like to contribute:
- Fork the repository
- Create a branch for your changes (
git checkout -b feature-name) - Submit a pull request
This project is distributed under the MIT License. See the LICENSE file for more details.
⭐ If you like RouteX, give it a star on GitHub! ⭐
