Skip to content

The project stems from the experience of FAIS gained in Smart Ostomy Support with the aim of creating a platform that technologically supports the patient associations participating in the project.

Notifications You must be signed in to change notification settings

msciabarra/OpenMed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMed

Welcome to OpenMed.

TL;DR

How to start in development mode (without conferencing!):

  • Install nodejs v14.x.y and Mongodb v5.x.
  • Ensure node is available on the path.
  • Ensure mongodb is accessible on localhost without authorization.
cp openmed.dev.sample openmed.json
cd OpenMed/server
npm install
npm setup
cd ../client
npm install
npm run dev

Wait a bit (it needs to preprocess css) then you will get a locally running OpenMed server without conferencing but with live reload of both the client and the server.

To get conferencing to work and have it to send email, you have to follow the installation instructions.

About

The project stems from the experience of FAIS gained in Smart Ostomy Support with the aim of creating a platform that technologically supports the patient associations participating in the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • Svelte 5.0%
  • Other 0.6%