Skip to content

A project that have a potential to help the one in urgent need of medicine to locate the nearest medical shop having the required medicine.

License

Notifications You must be signed in to change notification settings

YadavGulshan/MedAlthea

MedAlthea

A service to get the medicines needed at critical moments.

Website Android: User Android: Medical Owners

MedAlthea is a free and open-source service to get the medicines needed at critical moments.

Project will be released for public use soon.

MedAlthea is a project built on Python, and Flutter designed to help the one in critical need of medicines.

The backend of this project is packaged as a set of Docker microservices. And the frontend is built on Flutter for faster development without compromising with performance and user experience.

We aim to make this project a success by working hard and making this project better and better everyday.

MedAlthea Medical App design

Table of Content:

Installation

Since as of now only backend is available, installation won't be much of a hassle.

Ensure that you have docker installed and running.

Starting the docker

sudo systemctl start docker

Building the Docker Image

Now change the directory to backend folder and build the docker image.

cd backend
docker buid -t medalthea .

Run and Create Backend Container in background

docker run -d -p 8000:8000 --name medaltheaBE medalthea:latest

To Stop Backend in Background

docker container stop medaltheaBE

To Start Backend if already created and is stopped

docker container start medaltheaBE

To Delete Backend Container

docker container stop medaltheaBE
docker container rm medaltheaBE

To Delete Medalthea Image

docker image rm medalthea

That's it for the backend.

Architecture

TODO

Contributing

The project is in initial stages why not let's build it together.

If yes, then come join us in this exciting journey.

License

This repository is available under the BSD 3-Clause License.

About

A project that have a potential to help the one in urgent need of medicine to locate the nearest medical shop having the required medicine.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages