Mediuron is a secure and decentralized digital medical records platform. We enable patients to have full control over their health data, while providing easy access for authorized medical personnel. With Mediuron, your medical records are always kept confidential and accessible anytime and anywhere.
Try the app here.
- Looking to get started with Juno? Check out the documentation.
- Have a look at Next.js for question regarding the templates.
- Got questions, comments or feedback? Join our discord or OpenChat.
Create .env file in the root folder
NEXT_PUBLIC_APP_SATELITE_ID # is the satelite id
NEXT_PUBLIC_APP_ENC_KEY # used for encrypt & decript the data
NEXT_PUBLIC_APP_ENV_IV # used for encrypt & decript the dataAll commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts frontend dev server at localhost:3000 |
juno dev start |
Quickstart the local development emulator (requires Docker) |
npm run build |
Build your production site to ./out/ |
juno deploy |
Deploy your project to a Satellite |
Explore this guide to launch your Satellite into orbit via Juno's administration console.