Welcome to the Railway Transport Company repository!
This project consists of three main components: Backend, Frontend, and Documentation. To ensure proper functionality, it's crucial to download all three projects and organize them in a specific structure.
To set up the project, follow these steps:
-
Clone the Repositories
-
Create a root folder and move all three projects into it:
project-root/ ├── JavaSchool/ (Backend) ├── JavaSchoolFrontend/ (Frontend) └── javaschool-doc/ (Documentation) -
Navigate to Backend
cd project-root/JavaSchool/ -
Use the following command to start the proyect
./mvnw docker-compose up