Commit Graph

5 Commits

Author SHA1 Message Date
Chad Metcalf 702ec96821 Adding a Makefile and basic tests.
This approach uses bats to create a generic docker-compose test. It
checks that images are pullable, projects are buildable, up works, and
if ports are exposed that something is listening.

The tests can be tailored for each example. As long as they are the same
though, you can edit lib/test.bats.example and then `make update-tests`
and all the tests will be synced.

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:26:52 -07:00
Jérémie Drouet 7d518e11da react-rust-postgres: add readmes
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-27 10:14:29 +01:00
Jérémie Drouet b73e252639 react-rust-postgres: add connection to postgres with migrations
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-26 10:39:45 +01:00
Jérémie Drouet bed22c74f5 react-rust-postgres: create simple client
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-25 16:22:24 +01:00
Jérémie Drouet bdd0256bfc react-rust-postgres: create simple server
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-25 16:19:19 +01:00