agent87 / InsuranceMGT

Insurance Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InsuranceMGT

======= Insurance Management System

Installation & Run Guide

Install Steps

clone repository

git clone https://github.com/agent87/InsuranceMGT.git

Create conda env

conda create -n insurancemgt django

activate conda env

activate insurancemgt

install other packages

pip install -r requirements.txt

Migrate models

python manage.py migrate

Running the Web Application

python manage.py runserver

About

Insurance Management System

License:GNU General Public License v3.0


Languages

Language:JavaScript 92.2%Language:CSS 6.6%Language:HTML 0.8%Language:Python 0.5%Language:Procfile 0.0%