/alumni-information-system

Alumni Information System of Balay sa Alumni in CTU-AC ** The Alumni Information System can automate the FB page of Alumni Association CTU-Argao Campus, wherein they post job postings there and other announcements. They can make use of this proposed system to automate those posts. Also, the Admin can see the lists of Alumni of the university. This is their Facebook page: https://web.facebook.com/Ctu-ac-Alumni-Association-Incorporated-101148845151482 In addition, the Alumni Information System is a PHP/MySQL software that assists CTU-AC Alumni Association in managing alumni data and information. This system offers two user interfaces (UIs), one for administrators or school management and one for alumni. The Admin can control the job posting list, alumni list, events, forum topics, and gallery. The Alumni site allows users to make an account (which must be validated by an Administrator), post a job opportunity, create a forum subject, and join other forums, as well as commit to participating in a forthcoming event such as homecoming.

Primary LanguageJavaScript

alumni-information-system

Alumni Information System of Balay sa Alumni in CTU-AC

Alumni's Home Page -- [ http://localhost/alumni-information-system ] Capture

Admin's Login Page -- [ http://localhost/alumni-information-system/admin ] Capture1

Setting up to run the source codes:

  1. Download the source code and extract the zip file or clone this repository link using Git Bash using the command, ( git clone https://github.com/ucountergel/alumni-information-system.git ).

  2. Download or install any local web server that runs PHP script such as Apache Xampp, which is used to test this system. Copy and paste the alumni-information-system folder to the location where your local web server have access to your local projects. Example in Xampp, go to your drive C, like this: ( C:\xampp\htdocs ).

  3. Open your browser, access the web-server database by typing [ http://localhost/phpmyadmin ], create a new database, name it: alumni_db. Import the alumni_db.zip file located in the database folder of the alumni-information-system folder.

  4. Turn on the internet connection, since Login or Create account page for Alumni user won't appear if not connected to the internet. Finally, open a new tab in your browser, and type in the url tab to the location of the project: [ http://localhost/alumni-information-system ] for the Alumni user; and [ http://localhost/alumni-information-system/admin ] to access the Admin user's dashboard.

Admin credentials to login:

username: admin || password: admin123

recommendations: can add forgot password feature to all the users (alumni and admin) if needed

Based on the project of sourcecodester (^^)