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
- Host: GitHub
- URL: https://github.com/aashutoshrathi/medtour
- Owner: aashutoshrathi
- License: mit
- Created: 2019-10-23T04:18:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T06:21:52.000Z (over 5 years ago)
- Last Synced: 2025-03-17T04:04:48.573Z (about 1 month ago)
- Language: CSS
- Homepage: https://medtour.herokuapp.com/
- Size: 3.5 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)