Making communication easier for Hospitals and Patients' Families
Most hospitals are restricting visitors for COVID-19 Patients. This is a project to help hospitals to share Daily Medical Reports with those patients' families.
Front-end (React) repository: https://github.com/AndrGab/medirepoWeb
Access the demo application:
https://medirepo.vercel.app/See API documentation:
- Use you API to create an account
- Send new bulletins to our endpoint
- Share the Patient Code and Attendance Code (this is the password) to the patient's family
Using the same patient Code and attendance Code, only the last medical report will be shared.
With Medirepo API you can send medical reports to the application easier, set up your main application to communicate with our REST API.
You can use the frontend application to create/edit bulletins manually.
- They should use our MediRepoWeb (user friendly interface)
- Fork the project and then clone it to your computer
git clone git@github.com:<your-user-name>/medirepo.git
- Install libs
(
.tool-versions
file has versions especifications)
mix deps.get
-
Postgres must be running
-
Run migration
mix ecto.migrate
-
Use
.env-sample
file to create your environment variables, set your username/password to your SMTP server, if don't have one just create with any name. In Dev environment you can access sent emails using Bamboo viewer (localhost:4000/sent_emails). -
Run the project
iex -S mix phx.server
See you contributing guidelines and our Code of condute.
You can contribute to this project including:
- new features;
- architectural improvements;
- searching bugs;
- adding test coverage;
- starring the project ⭐
Feel free to contribute!
If you came here for Hacktoberfest:
Celebrate Hacktoberfest by getting involved in the open source community by completing some tasks in this project.
This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
🎃 HacktoberFest is digitalocean’s annual event that encourages people to contribute to open source throughout October. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keeping the project alive. 🎃 HacktoberFest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.
If you have any feedback, please reach out to me at andrgab@gmail.com
Made with 💜
Contributors image made with contrib.rocks.