medtour

A Medical Tourism Implementation

MIT License

Stars
6

Installation

pipenv install
pip install --user -r requirements.txt

Run

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Deployment

Check here