Coder Social home page Coder Social logo

rachadoc's Introduction

Rachadoc

Rachadoc is a Patient Management System designed to help clinics and hospitals easily manage patient information and appointment scheduling.

Features

  • Patient profiles Register new patients, edit and update patient information
  • Appointment scheduling Schedule patient appointments and send reminders
  • Patient history Record and view detailed patient medical history, appointments etc.
  • Secure access Role based access for doctors, clinic staff and administrators
  • Reporting Custom reports on patient data, appointments, billing etc.
  • Billing Generate invoices, process payments and insurance claims

Screenshots

TODO

Demo

TODO

Tech Stack

Backend

  • Django
  • DRF (Django Rest Framework)
  • Celery
  • Channels (websockets)
  • Redis
  • Postgres
  • Pytest

Frontend

TODO: link frontend Repo

Setup

Brief instructions on how to get the project running locally:

  1. Clone the repo
  2. Install dependencies
  3. Configure environment variables add .env file inside core/settings with the following variables
    REDIS_URL=X
    CELERY_BROKER_URL=X
    CELERY_RESULT_BACKEND=X
    
    CELERY_BROKER_TRANSPORT_URL=X
    CELERY_RESULT_TRANSPORT_BACKEND=X
    
    # django-anymail
    SENDINBLUE_KEY=X
    
    # s3
    AWS_ACCESS_KEY_ID=X
    AWS_SECRET_ACCESS_KEY=X
    AWS_STORAGE_BUCKET_NAME=X
    AWS_S3_REGION_NAME=X
    AWS_USE_S3=False
    
    POSTGRES_USER=X
    POSTGRES_DB=X
    POSTGRES_PASSWORD=X
  4. Database
    # create db
    create database rachadoc with owner = rachadoc encoding = 'UTF8';
    ALTER ROLE rachadoc  SUPERUSER;
    
    # Enabling PostGIS
    CREATE EXTENSION postgis;

Contributors

Frontend: Anas

Licence

MIT License.

rachadoc's People

Contributors

zackchofficial avatar

Watchers

 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.