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.
- Clone this repository.
- Create a new virtual environment using
python -m venv venv
. - Activate the virtual environment using
.\venv\Scripts\activate
on Windows orsource venv/bin/activate
on Linux. - Install the dependencies using
pip install -r requirements.txt
. - Run the application using
streamlit run main.py
, and your browser should open automatically.