Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 544 Bytes

Hospital-Management-System

This is the Laboratory Mini-Project of the Database Management System Laboratory course of Department of Computer Science and Engineering, IIT Kharagpur for the Spring Semester 2022-23

Backend

The backend is written in Python using the Flask framework. The database used is Postgresql.

Generate the requirements.txt file using the following command:

pip install pipreqs
pipreqs --force .

install the requirements using the following command:

pip install -r requirements.txt

install postgresql