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!
- Host: GitHub
- URL: https://github.com/mohitkyadav/calldoc
- Owner: mohitkyadav
- License: mit
- Created: 2018-06-20T17:06:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T05:50:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T00:43:22.889Z (3 months ago)
- Language: CSS
- Homepage: https://medtour.herokuapp.com/
- Size: 3.59 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
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)
Made from scratch with ❤ by 2AM Developers