GithubHelp home page GithubHelp logo

rahul007-bit / pharmaservice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yadavgulshan/medalthea

0.0 0.0 0.0 208.13 MB

License: BSD 3-Clause "New" or "Revised" License

Python 99.64% Shell 0.27% Dockerfile 0.09%

pharmaservice's Introduction

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.

pharmaservice's People

Contributors

yadavgulshan avatar rahul007-bit avatar mansiviramgama avatar mayank-0203 avatar chiragpadyal avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.