Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 765 Bytes

Information Management Project

A Senior Citizen Information System - developed as a final project for Information Management course of the Group 4 of BSCS 2-1 of Polytechnic University of the Philippines.

The application is based on the National Comission of Senior Citizens (NCSC) information form.

The web application supports all the basic CRUD functionalities.

Installation

  1. Clone this repository.
  2. Create a new virtual environment using python -m venv venv.
  3. Activate the virtual environment using .\venv\Scripts\activate on Windows or source venv/bin/activate on Linux.
  4. Install the dependencies using pip install -r requirements.txt.
  5. Run the application using streamlit run main.py, and your browser should open automatically.