From ae1a79ef8bcab759cf8ae1ad742fd673a0999786 Mon Sep 17 00:00:00 2001 From: himsirasit <126040080+Hyme1418@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:48:40 +0700 Subject: [PATCH] update README --- .../gemini-1/implementations/README.md | 36 +++++++++++++++++++ .../gemini-1/implementations/readmedraft.md | 20 ----------- 2 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 EsanLamSing/gemini-tcs/gemini-1/implementations/README.md delete mode 100644 EsanLamSing/gemini-tcs/gemini-1/implementations/readmedraft.md diff --git a/EsanLamSing/gemini-tcs/gemini-1/implementations/README.md b/EsanLamSing/gemini-tcs/gemini-1/implementations/README.md new file mode 100644 index 00000000..db0d7351 --- /dev/null +++ b/EsanLamSing/gemini-tcs/gemini-1/implementations/README.md @@ -0,0 +1,36 @@ +# Gemini Project +# EsanLamSing Group +This project is part of ITCS431 Software Design and Development. + +## Members +| Student ID | Student Name | +|------------|---------------------------| +| 6488051 | [Purinat Pattanakeaw](https://github.com/Purinat33) | +| 6488124 | [Sarttra Prasongtichol](https://github.com/therealmysticman) | +| 6488125 | [Phutthikanj Kitivoranondh]() | +| 6488133 | [Sirasit Puangpathanachai](https://github.com/Hyme1418) | +| 6488178 | [Thanawat Jarusuthirug](https://github.com/aritsulynn) | +| 6488217 | [Pattaradanai Kaeodumkoeng]() | + +## How to run this project +We seperate Frontend (React.js) and Backend (SpringBoot with Postgresql) +This project requires to run Frontend and Backend seperately with docker command: +- Start server by using `docker-compose up` +- Stop server by using `docker-compose down` + +Login use case: +- Starting with register by http://localhost:8080/register to auto create dummy user email and password. +- Email: test@gmail.com password: password role: Astronomer, Email: test1@gmail.com password: password role: Science Observer, Email: test2@gmail.com password: password role: Visitor +- Using these email and password to login according to the role eg. For astronomer, use email: test@gmail.com for submit science plan. + +3 assigned use cases: +- Submit Science Plan +- Validate a Science Plan +- Install new configuration +Our project website: http://localhost:8080/ + +## Design Pattern +Model-View-Controller (MVC) pattern +- Model: MySciencePlan, MySpecialEquipment, User +- View: React +- Controller: MySciencePlanController, MySpecialEquipmentController, UserController diff --git a/EsanLamSing/gemini-tcs/gemini-1/implementations/readmedraft.md b/EsanLamSing/gemini-tcs/gemini-1/implementations/readmedraft.md deleted file mode 100644 index ba46b19e..00000000 --- a/EsanLamSing/gemini-tcs/gemini-1/implementations/readmedraft.md +++ /dev/null @@ -1,20 +0,0 @@ -# Gemini Project -# EsanLamSing Group -This project is part of ITCS431 Software Design and Development. - -## Members -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) -- [6488178 Thanawat Jarusuthirug](https://github.com/aritsulynn) - -## How to run this project - - -## Design Pattern -Model-View-Controller (MVC) pattern: -- Model: MySciencePlan, MySpecialEquipment, User -- View: React -- Controller: MySciencePlanController, MySpecialEquipmentController, UserController