https://github.com/fuodorov/transport-catalogue
Project supports graphical output, route search and trip time calculation
https://github.com/fuodorov/transport-catalogue
cpp
Last synced: 9 months ago
JSON representation
Project supports graphical output, route search and trip time calculation
- Host: GitHub
- URL: https://github.com/fuodorov/transport-catalogue
- Owner: fuodorov
- Created: 2023-03-06T11:17:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T13:04:15.000Z (almost 3 years ago)
- Last Synced: 2023-08-13T14:26:28.324Z (almost 3 years ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transport Catalogue
Transport catalogue project supports graphical output, route search and trip time calculation.
## Build and launch
To build our application and create a Docker image, it will be enough to run the following command:
`docker build -t transport_catalogue .`
To launch the application, use the command:
`docker run -it transport_catalogue`
#### Two-stage in the transport directory
* `make_base` - creation of a transport directory database based on `base_requests` queries and its serialization into a file.
* `process_requests` - deserializing the database from a file and using it to respond to `stat_requests` requests.