Our website is Blood Pressure Monitoring System aims to develop an innovative, user-friendly, and reliable device for measuring blood pressure. The project leverages modern technology to provide accurate and real-time blood pressure readings, enhancing the ability of individuals to monitor their blood pressure. The device will be integrated with a Web application, allowing users to track and manage their blood pressure data effectively.Check Me!
Guide everyone to a healthier life style Product vision board
Anyone can easily understand the meaning behind their blood pressure test result
This section we lists all library and framework that make this project
The project follows a microservices architecture within a monorepo setup. Below is an overview of the directory structure and the purpose of each component:
checkme
├── .github
│ └── workflows
│ ├── main.yml
│ └── semantic-release.yml
├── app
│ ├── .next
│ ├── .storybook
│ ├── .vscode
│ ├── node_modules
│ ├── public
│ └── src
│ ├── .eslintrc.json
│ ├── .gitignore
│ ├── cdk.context.json
│ ├── components.json
│ ├── next-env.d.ts
│ ├── next.config.mjs
│ ├── package-lock.json
│ ├── package.json
│ ├── postcss.config.js
│ ├── README.md
│ ├── sst-env.d.ts
│ ├── sst.config.ts
│ ├── tailwind.config.ts
│ ├── tsconfig.json
│ └── yarn.lock
├── node_modules
├── packages
│ ├── api-gateway
│ ├── auth-service
│ ├── company-service
│ ├── notification
│ ├── profile-service
│ └── volumes
├── .gitignore
├── docker-compose.yaml
├── package.json
├── README.md
└── yarn.lock
To run the project, ensure you have the following installed on your system:
Then, follow these steps:
Open your terminal and run the following command to clone the project repository:
git clone https://github.com/neakhatka/neakhatka.git
- Navigate to the Project Directory:
cd checkme/app- Install Dependencies:
Navigate to the root directory of the project and run:
yarn install- Start the Project:
Use the following command to start all application:
yarn dev- Click link in your terminal:
Use the following command to start all application:
- Clone the Repository:
Open your terminal and run the following command to clone the project repository:
git clone https://github.com/neakhatka/neakhatka.git
- Navigate to the Project Directory:
cd checkme- Install Dependencies:
Navigate to the root directory of the project and run:
yarn install- Start the Project using Docker:
Use the following command to start all services defined in the docker-compose.yaml file:
yarn start:dockerCheckMe - checkme@gmail.com
Team members - vannbonath1@gmail.com - nhamchamnes@gmail.com - info.thoeurnbunthorn@gmail.com - chhornsreyproek@gmail.com
Project Link: https://github.com/sabaicode-dev/check-me