Skip to content

g0ziem/dealthy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dealthy

An all-in-one decentralized application to bring health to everyone

About The Project

Dealthy screenshot

Dealthy is a decentralized platform that brings health to everyone through the internet, from a single app you can track your covid, perform online tests, get better health habits and get NLP based diagnostics.

More Info

Back to top 🔼

Getting Started

Backend

Install the dependencies:

$ cd backend && npm install

Add environment variables:

cd backend
touch .env
echo "OPERATOR_ID =**your id**" >> ".env"
echo "OPERATOR_PBKEY =**pb key**" >> ".env"
echo "OPERATOR_PVKEY =**pv key**" >> ".env"

Run in dev mode:

$ cd backend && node server.js

Frontend

Install the dependencies:

$ cd frontend && npm install
// or
$ cd frontend && yarn

Run in dev mode:

$ cd frontend && npm run dev
// or
$ cd frontend && yarn dev

Built With

Back to top 🔼

Contributing

Contributions are what make the Open Source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue with the tag enhancement.

Don't forget to give the project a star ⭐! Thanks again!

  1. Fork the project

  2. Clone the repository

git clone https://github.com/@username/dealthy
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

Back to top 🔼

License

Distributed under the MIT License. See LICENSE for more information.

Back to top 🔼

Contact 📭

Juan Almanza @scidroid @scidroid - scidroid@scidroid.me

Sebastian Ponce @sebaspv @sebaspv - sebastian@sebastianponce.co

Ranon rat @ranon-rat @ranon-rat

Back to top 🔼

About

⚕️Medical help in your phone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 4.3%
  • Solidity 1.5%
  • Other 0.8%