Skip to content

Rust project for checking arrival time of public transportation

License

Notifications You must be signed in to change notification settings

fxmike08/transportation

Repository files navigation

Transportation

Under development

Compile & run

1) API generation

Run gen_api.sh in order to generate rust code based on api.yaml file.

api.yaml file describe the REST API contract.

2) Database setup

For database (Postgres) initialization run diesel.sh.

3) Run

For spinning up the rust app run following command: RUST_LOG="debug" cargo run.

Use the api.yaml for testing REST API interaction.

About

Rust project for checking arrival time of public transportation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published