xiaoli / patient-reg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patient Registration

This is demo project for patients registration using Django[https://www.djangoproject.com] and Svelet[https://svelte.dev].

Deployment

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt

[Only needed for setup new project]

  1. python venv/bin/django-admin.py startproject patient_reg
  2. python manage.py startapp patients
  3. python manage.py migrate
  4. python manage.py createsuperuser

Screentshots

Desktop Frontend Mobile Frontend Models Backend Models List Backend Models Editing Backend

About


Languages

Language:Svelte 45.1%Language:Python 44.4%Language:JavaScript 5.8%Language:CSS 2.7%Language:HTML 2.0%