Healthcare Fraud Detection

Steps to run the project

  • Clone the repository using the command
git clone https://github.com/rohitkori/Healthcare-Fraud-Detection.git
  • Enter the virtual environment using the command
pipenv shell
  • Install the dependencies using the command
pipenv install
  • Run the command
python manage.py migrate

to migrate the database

  • Run the command
python manage.py runserver

The backend will be served at localhost:8000

Docker

  • If you have docker installed on your system, you can run the project using the command
docker-compose up