Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
/ chiron Public archive

Online Doctor's office platform - Software Engineering Course project - Fall 2021

License

Notifications You must be signed in to change notification settings

vahidzee/chiron

Repository files navigation

Chiron - Online Doctor's office platform

Code style: black
Software Engineering Course project - Fall 2021

Dev run

In a python3.9+ envioronment, do as follows:

pip install -r requirements.txt
python manage.py makemigrations users visits
python manage.py migrate
python manage.py runserver

Contribute

This codebase uses the black formatter. It will automatically format your code, such that the whole codebase stay consistent. Install pre-commit with pip install pre-commit and then in this repository folder run pre-commit install. Your code will be formatted before you commit and push.

About

Online Doctor's office platform - Software Engineering Course project - Fall 2021

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages