https://github.com/cristianoliveira/eurotrip
Route provider for your trip
https://github.com/cristianoliveira/eurotrip
Last synced: 7 months ago
JSON representation
Route provider for your trip
- Host: GitHub
- URL: https://github.com/cristianoliveira/eurotrip
- Owner: cristianoliveira
- Created: 2017-07-12T08:35:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T08:28:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T18:00:45.390Z (9 months ago)
- Language: Go
- Size: 4.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eurotrip
Backend app for route search. Find the best connections for your trip.
### Dependecies
- Golang 1.8
## Running
To run this project do:
```bashmake start
```## Testing
```bash
make test
```Loading test for performance testing:
```bashmake test-load
```Testing with big file
```bashmake test-bigfile
```## Building
```bash
make build
```