Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

nickcomua/clinica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clinica

Relational schema architecture it is a backend system for the operation of clinics

architecture

relational schema

usage

Django tried these URL patterns, in this orde

  • admin/
  • api-auth/
  • client/
  • client<drf_format_suffix:format>
  • client/int:pk
  • client/int:pk<drf_format_suffix:format
  • worker/
  • worker<drf_format_suffix:format
  • worker/int:pk
  • worker/int:pk<drf_format_suffix:format
  • service
  • service<drf_format_suffix:format
  • service/int:pk
  • service/int:pk<drf_format_suffix:format
  • location/
  • location<drf_format_suffix:format
  • location/int:pk/
  • location/int:pk<drf_format_suffix:format
  • appointement/
  • appointement<drf_format_suffix:format
  • appointement/int:pk
  • appointement/int:pk<drf_format_suffix:format
  • user/
  • user<drf_format_suffix:format
  • user/int:pk/
  • user/int:pk<drf_format_suffix:format
  • register/
  • register<drf_format_suffix:format>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published