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

https://github.com/mohitkyadav/calldoc

It's live, check it out!
https://github.com/mohitkyadav/calldoc

Last synced: 3 months ago
JSON representation

It's live, check it out!

Awesome Lists containing this project

README

        

MedTour


Django based Medical Tourism Application


## Installation

```bash
$ pipenv install
$ pip install --user -r requirements.txt

```

## Run

```bash
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```

## Deployment

Check [here](https://medtour.herokuapp.com)

Made from scratch with ❤ by 2AM Developers