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
- Host: GitHub
- URL: https://github.com/znarfm/infoman_project
- Owner: znarfm
- Created: 2024-06-21T02:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T14:11:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T12:15:47.017Z (over 1 year ago)
- Topics: senior-citizens, sqlite3, streamlit
- Language: Python
- Homepage: https://ncsc-db.streamlit.app/
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.