An open API service indexing awesome lists of open source software.

https://github.com/znarfm/infoman_project

Group 4's program for the final project in Information Management course
https://github.com/znarfm/infoman_project

senior-citizens sqlite3 streamlit

Last synced: 5 months ago
JSON representation

Group 4's program for the final project in Information Management course

Awesome Lists containing this project

README

          

# 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.