An open API service indexing awesome lists of open source software.

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

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:
```bash

make start
```

## Testing

```bash

make test
```

Loading test for performance testing:
```bash

make test-load
```

Testing with big file
```bash

make test-bigfile
```

## Building

```bash

make build
```