{"id":36800632,"url":"https://github.com/yezyilomo/ulvms","last_synced_at":"2026-01-12T13:33:54.129Z","repository":{"id":98198755,"uuid":"143121414","full_name":"yezyilomo/ulvms","owner":"yezyilomo","description":"University Loan Verification Management System(ULVMS)","archived":false,"fork":false,"pushed_at":"2019-01-14T07:28:35.000Z","size":390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-11T22:44:40.288Z","etag":null,"topics":["django","pyexcel","requests"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yezyilomo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-01T07:41:16.000Z","updated_at":"2019-01-14T07:28:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4974242-603e-425c-a834-bb4d35e45fa8","html_url":"https://github.com/yezyilomo/ulvms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yezyilomo/ulvms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezyilomo%2Fulvms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezyilomo%2Fulvms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezyilomo%2Fulvms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezyilomo%2Fulvms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezyilomo","download_url":"https://codeload.github.com/yezyilomo/ulvms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezyilomo%2Fulvms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","pyexcel","requests"],"created_at":"2026-01-12T13:33:52.750Z","updated_at":"2026-01-12T13:33:54.103Z","avatar_url":"https://github.com/yezyilomo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"**************Project Tittle: University Loan Verification Management System**************\n\n\nRequired Packages to install for Linux environment\n\nPackage Name:                          How To Install\n                                                                           \n1. Python 3.6:                       sudo apt-get install python3.6 \n                                                                           \n2. PostgreSQL database:              sudo apt-get install postgresql \n                                                                           \n3. Python3-pip:                      sudo apt-get install python3-pip\n                                                                           \n4. Django 2.0.4:                     pip3 install django\n                                                                           \n5. Pyexcel:                          pip3 install pyexcel\n                                                                           \n6. Python Pillow (PIL):              pip3 install pillow \n                                                                           \n7. Matplotlib:                       pip3 install matplotlib\n\n\n\nDatabase Configurations \n\nCreate PostgreSQL database by using the following commands\n    \n    1.   psql postgresql\n    \n    2.   create database ulvms;\n    \n    3.   grant all privileges on database ulvms to  your_user_name;\n    \n    4.   \\q\n    \n    5.   cd  database\n    \n    6.   psql  -U  your_user_name   ulvms \u003c ulvms.pgsql\n    \nThose 6 commands will import ulvms database to your computer,\n\nNow you have to open ulvms/ulvms/settings.py file and configure database by replacing 'USER' and 'PASSWORD'\nwith your username and password respectively \n\n       'USER': 'your_user_name',\n       \n       'PASSWORD': 'your_password',\n\nSave the file and go back to terminal in ulvms directory where there is manage.py file in it\n(you can us ls command to check if you are in the right directory)\n\nExecute the following command to run ulvms application on port 8000\n\n       python3 manage.py runserver localhost:8000\n       \nNow you will be able to access the application to any local web browser through 'http://localhost:8000' address\n\nUser the following credentials to log in\n\nUsername,                     Password,                    Role\n\n                                                                                  \n1.uloanofficer,           staffuserone,               University Loan Officer \n                                                                                  \n2.lbloanofficer,          staffusertwo,               Loanboard officer \n                                                                                  \n3.2015-04-02571,          studentpassword,            Student \n                                                                                  \n\nTo sign by using barcode you need to plug barcode reader on your computer usb port and run \nthe program in barcode_reader directory as follows \n\n    1.  cd  barcode_reader\n    2.  sudo python3 barcode_reader.py\n       \nNow you can scan barcodes to see the output or response displayed on the program which basically tells \nif you have signed successfully or not. use sample barcodes submitted with this document for testing\n\nNote the program barcode_reader should be executed only when the web application is running,\nso make sure web application is running before running barcode_reader program\n( if it's not running you can start it by using 'python3 manage.py runserver localhost:8000' command )\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezyilomo%2Fulvms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezyilomo%2Fulvms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezyilomo%2Fulvms/lists"}