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

https://github.com/aashutoshrathi/medtour

A Medical Tourism Implementation
https://github.com/aashutoshrathi/medtour

Last synced: about 1 month ago
JSON representation

A Medical Tourism Implementation

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)