Commit Graph

11 Commits

Author SHA1 Message Date
Jeffrey Swan 0ae9d4cea7
fix(docs): corrects typo in project documentation. (#137)
* fix(docs): corrects typo in project documentation.

Signed-off-by: Jeffrey Swan <jeffrey.swan.it@gmail.com>
2021-05-31 09:08:29 +01:00
Daniel 5da10ec827
update reference to port 5000 (now 3000) (#138)
Signed-off-by: Daniel Santos <iam@w-b.dev>
2021-05-21 17:53:00 +01:00
Max 6bec53c4c6
Fixed typo in message. (#132)
Signed-off-by: maxmarzolf <max@treesfromspace.com>
2021-05-21 17:44:22 +01:00
Javier López Barba 744ed86c55
Add missing expose field to docker compose files (#124)
Signed-off-by: javi <javier@okteto.com>
2021-04-30 22:29:16 +02:00
Anca Iordache 99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-13 14:29:52 +02:00
Guillaume Lours 16854a92ef
Fix security issues (#102)
* upgrade dependencies of vuejs sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mongodb sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mysql sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-03-19 10:26:43 +01:00
Jérémie Drouet e5828ad1bf react-express-mongodb: clean frontend code
- apply prettier style on every js file
- remove mutation on immutable variables
- remove wrapper on top of axios
- fix form handling
- remove useless port definition in dockerfile

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet be7f09b6ba react-express-mongodb: lint sources
to fix some syntax issues in the existing code, the commit
put in place prettier and format the code

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet be8875c9b6 react-express-mongodb: rename server to backend
The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Guillaume Lours e29f0d1c54
[react-express-mongdb] use compose network to communicate between services (#62)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-05-12 11:18:38 +02:00
Syed Afzal 2f750eb4f7
Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
2020-05-11 21:40:39 +02:00