An open API service indexing awesome lists of open source software.

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

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.