https://github.com/roerohan/doctor-module
Using tree data structure, a website with Django Framework
https://github.com/roerohan/doctor-module
Last synced: about 1 year ago
JSON representation
Using tree data structure, a website with Django Framework
- Host: GitHub
- URL: https://github.com/roerohan/doctor-module
- Owner: roerohan
- Created: 2019-03-28T20:23:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T20:59:40.000Z (about 7 years ago)
- Last Synced: 2025-02-01T12:46:15.495Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctor-Module
Basic website using django. Trees are used as the main data structure in the background and the database is a json.
Python libraries such as matplotlib and numpy have been used, which aren't really necessary for the website but you can use them to generate results on the server side.
## Getting Started
```
- git clone https://github.com/roerohan/Doctor-Module.git
- pip install requirements.txt
```
## Prerequisites
Some packages are marked optional, you can remove the lines including them if you don't want to use them.
Here are the commands.
```
- First requirement is pip -python -m get-pip.py
- pip install django
- pip install matplotlib (optional)
- pip install numpy (optional)
```
Or, just do
- pip install requirements.txt
## Installing
Just clone and run - python manage.py runserver
## Running the tests
You can add tests in tests.py, and run them with django.