https://github.com/bitnp/clinic_django

https://github.com/bitnp/clinic_django

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BITNP
  • Language: Python
  • Default Branch: master
  • Size: 234 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created almost 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

诊所预约系统后端

Dockerhub image

如何开始

安装依赖 shell pip install -r requirements.txt

本地运行 shell python manage.py runserver

构建容器 shell docker build .

Owner

  • Name: NetPioneer Association
  • Login: BITNP
  • Kind: organization
  • Email: webmaster@bitnp.net
  • Location: Beijing, China

网络开拓者协会 at Beijing Institute of Technology, China

GitHub Events

Total
  • Push event: 1
  • Fork event: 1
Last Year
  • Push event: 1
  • Fork event: 1

Dependencies

Dockerfile docker
  • python 3.9-slim-bullseye build
docker-compose.yml docker
  • docker.bitnp.net/bitnp/clinic/clinic_django master
  • postgres latest
  • rabbitmq latest
requirements.txt pypi
  • celery *
  • django *
  • django-celery-beat *
  • django-celery-results *
  • django-cors-headers *
  • django-postgrespool2 *
  • django_cas_ng *
  • djangorestframework *
  • gevent *
  • psycopg2 ==2.8.6
  • uwsgi *