Skip to content

Ab-34/DBMS-Apartment-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apartment Management System

Apartment Management System that uses Streamlit as for the UI and PostgeSQL as the backend for managing the database

Usage:

  • Clone the entire repository

  • Install postgreSQL and run the apartment_tables.sql followed by the insert_values.sql files. Procedure if on Windows: navigate to the bin folder, open the command prompt : psql -U postgres -f {path to file}

  • Install the streamlit library : pip install streamlit

  • Install the node packages inside frontend directory : npm i

  • TBuild the node modules : npm run build

  • Run the streamlit app in the main directory : streamlit run main.py

Result:

The following contains a video of the output: result\

Home Page Alt Text

Querying Alt text

Sign up Alt text

Log in Alt text

Insertion Alt text

Deletion Alt text

End Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published