Merge pull request #35 from jdrouet/react-rust

create a react-rust-postgres example
This commit is contained in:
Guillaume LOURS
2020-03-27 10:22:59 +01:00
committed by GitHub
39 changed files with 15883 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ docker-compose down
application with a Spring backend and a MySQL database
- [`React / Express / MySQL`](react-express-mysql) -- sample React
application with a NodeJS backend and a MySQL database
- [`React / Rust / PostgreSQL`](react-rust-postgres) -- sample React
application with a Rust backend and a Postgres database
- [`Spring / PostgreSQL`](spring-postgres) -- sample Java application
with Spring framework and a Postgres database
@@ -67,7 +69,7 @@ docker-compose down
- [`VueJS`](vuejs)
- [`Flask`](flask)
*Basic setups for different plaforms (not production ready - useful for personal use)*
*Basic setups for different plaforms (not production ready - useful for personal use)*
- [`Gitea / PostgreSQL`](gitea-postgres)
- [`Nextcloud / PostgreSQL`](nextcloud-postgres)
- [`Nextcloud / Redis / MariaDB`](nextcloud-redis-mariadb)