From 4400f1fa9bda5ff97c3d7fa80621a05b24d87de8 Mon Sep 17 00:00:00 2001 From: Shilpa Y Date: Fri, 23 Aug 2024 13:51:30 +0530 Subject: [PATCH 1/6] testing --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d31b628..d2f5c31 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,8 @@ Detailed description of the launch application  in each of these folders -The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com` \ No newline at end of file +The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com` + + +testing purpose + From 190bd44279dce38e6e76ceb2f0a86c6a1ed83002 Mon Sep 17 00:00:00 2001 From: shilpay25 Date: Fri, 23 Aug 2024 13:57:07 +0530 Subject: [PATCH 2/6] Update test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2f5c31..c44a2c3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - Docker compose ### Client side +test - Simple structure project - Create react app From a62963a554a3542c4d3ba6742ad7dedb83fbefc2 Mon Sep 17 00:00:00 2001 From: shilpay25 Date: Mon, 26 Aug 2024 11:24:55 +0530 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c44a2c3..e305a19 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ### Server side + - Simple structure project - JWT auth with refresh token (made by description https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc ) - Rest api registration, authorization, restore and confirm restore From 4b09d9c599a0d3e8e9abece0d953ec2155d1d2ce Mon Sep 17 00:00:00 2001 From: shilpay25 Date: Mon, 26 Aug 2024 11:44:47 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e305a19..6c806d9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - Docker compose ### Client side -test +testing done - Simple structure project - Create react app From a373ce8c853d40cc5f8b624fc244d9d33cacc066 Mon Sep 17 00:00:00 2001 From: shilpay25 Date: Mon, 26 Aug 2024 11:56:24 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c806d9..b315a94 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Catched email to .eml files on dev mode - Error decorator - Handler error and logging -- Docker compose +- Docker compose (Used to write docker-compose.yanl) ### Client side testing done From 63d679336ce0c948c431aa2106396b099a6ddf28 Mon Sep 17 00:00:00 2001 From: shilpay25 Date: Tue, 27 Aug 2024 13:43:49 +0530 Subject: [PATCH 6/6] Create Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6da9efc --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM node:latest + +WORKDIR /usr/local/bin + +RUN node --version