Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiko-g/health-checker
- Owner: kiko-g
- License: mit
- Created: 2021-11-25T11:02:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T15:48:22.000Z (over 2 years ago)
- Last Synced: 2023-05-13T18:40:17.362Z (over 1 year ago)
- Topics: nodejs, react, semantic-web, tailwindcss
- Language: JavaScript
- Homepage: https://health-checker.netlify.app/
- Size: 14.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```