stoptime-rs/src
Paul van Tilburg 8bac9ec027 Rework the tests to use a macro and DB seeding 2019-07-08 20:25:03 +02:00
..
handlers Rework the tests to use a macro and DB seeding 2019-07-08 20:25:03 +02:00
models Add REST helpers and the customer model 2019-07-08 20:06:29 +02:00
catchers.rs Add error catchers 2019-06-10 10:24:53 +02:00
handlers.rs Implement the customer handlers using the model 2019-07-08 20:06:29 +02:00
main.rs Add database seeding (for tests) 2019-07-08 20:25:03 +02:00
models.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
rest_helpers.rs Rework the tests to use a macro and DB seeding 2019-07-08 20:25:03 +02:00
schema.rs Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
seed.rs Add database seeding (for tests) 2019-07-08 20:25:03 +02:00