Giter Site home page Giter Site logo

mateusbz / medical_booking_system Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.85 MB

A simple application to manage visits of patients and doctors created with Django.

Home Page: https://mbs-mat.herokuapp.com/

Python 6.18% HTML 2.69% CSS 39.97% JavaScript 51.05% Shell 0.03% Dockerfile 0.08%

medical_booking_system's Introduction

Medical Booking System

A simple application to manage visits of patients and doctors created with Django.

General Info

The application consists of a registration and login system. After authentication, you can choose the date of your visit from the available dates.

Technologies

  • asgiref==3.2.8
  • babel==2.8.0
  • coverage==5.1
  • dj-database-url==0.5.0
  • django-crispy-forms==1.9.1
  • django-localflavor==3.0.1
  • django-phonenumber-field[phonenumbers]==4.0.0
  • django==3.0.7
  • gunicorn==20.0.4
  • phonenumbers==8.12.5
  • psycopg2-binary==2.8.5
  • python-stdnum==1.13
  • pytz==2020.1
  • sqlparse==0.3.1
  • whitenoise==5.1.0

Setup

  1. Clone repository
git clone https://github.com/MateusBz/medical_booking_system.git
  1. Change .env.example to .env

  2. Install pipenv if you don't have one

 pip install pipenv
  1. Install dependencies
pipenv install
  1. Activate a virtual environment
pipenv shell
  1. Start migrations
python manage.py migrate
  1. Create super user
python manage.py createsuperuser
  1. Run the application
python manage.py runserver
  1. Log in as superuser and add doctor visit date time.

  2. Create patient and doctor account.

Demo

https://mbs-mat.herokuapp.com/

If you don't want to create a new account, you can use the test accounts: user: test_patient password: test_user user: test_doctor password: test_user

medical_booking_system's People

Contributors

mateusbz avatar dependabot[bot] avatar

Watchers

James Cloos avatar  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.