Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiko-g/health-checker

FEUP WSDL | Health Information Platform | 2021/22
https://github.com/kiko-g/health-checker

nodejs react semantic-web tailwindcss

Last synced: 30 days ago
JSON representation

FEUP WSDL | Health Information Platform | 2021/22

Awesome Lists containing this project

README

        

# HealthChecker

## Demo

https://user-images.githubusercontent.com/40745490/150367733-d4e5b349-cae0-487e-9a82-685a3e376bd0.mp4

## About

Health is an increasing concern in modern society People are more focused on their well being than ever. Information about diseases is very widely spread and often split into niches. It either is too technically detailed or simply too generalist and doesn't provide a useful insight for the users. With that being said our team created Health Checker in the context of a Semantic Web and Linked Data course taught at FEUP MEIC, a web platform to consult accurate medically approved information and aims to save research time and help you expand your knowledge!

## Requirements

To run this app without using Docker, we recommend using node v16.11.0 and npm 8.0.0

## How to run

Using node >= 16 and 2 separate shells:

```shell
cd backend
npm install
npm run start
```

```shell
cd frontend
npm install
npm run start
```

Using docker compose:

```shell
docker compose up
```