{"id":20439733,"url":"https://github.com/balikuddembe/learner_academy_javaproject","last_synced_at":"2026-05-10T10:20:43.668Z","repository":{"id":138571049,"uuid":"474010212","full_name":"Balikuddembe/Learner_Academy_JavaProject","owner":"Balikuddembe","description":"Developing a Backend Admin for Learner’s Academy System","archived":false,"fork":false,"pushed_at":"2023-08-16T09:51:23.000Z","size":4232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T20:20:43.546Z","etag":null,"topics":["css","java","jdbc","jsp-servlet","phpmyadmin","sql","tomcat-server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Balikuddembe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-25T12:58:55.000Z","updated_at":"2023-08-16T09:48:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"92876881-9ed8-4067-b2f8-dedae8f2ae92","html_url":"https://github.com/Balikuddembe/Learner_Academy_JavaProject","commit_stats":null,"previous_names":["balikuddembe/learner_academy_javaproject"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balikuddembe%2FLearner_Academy_JavaProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balikuddembe%2FLearner_Academy_JavaProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balikuddembe%2FLearner_Academy_JavaProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balikuddembe%2FLearner_Academy_JavaProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balikuddembe","download_url":"https://codeload.github.com/Balikuddembe/Learner_Academy_JavaProject/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989001,"owners_count":20053794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["css","java","jdbc","jsp-servlet","phpmyadmin","sql","tomcat-server"],"created_at":"2024-11-15T09:19:14.247Z","updated_at":"2026-05-10T10:20:38.641Z","avatar_url":"https://github.com/Balikuddembe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white\" alt=\"Java\" height=\"auto\" /\u003e\n\n# Administrative-portal-for-Learner-s-Academy\n## Project' Details\nThis project aims to design and develop a backend administrative portal for the Learner’s Academy using Java EE technologies. I developed it as a project of phase 2 for the Become a back-end expert course with [simplilearn online bootcamp](https://www.simplilearn.com/).\nThe goal of this project is to apply servlet, jsp and JDBC concepts.\n\n## Product Backlog:\n1.\tCreate database and tables.\n2.\tConnect the database to the project.\n3.\tCreate models classes.\n4.\tCreate  a database utility class to retrieve data.\n5.\tCreate login page.\n6.\tCreate JSP files for all pages of the project.\n7.\tCreate a servlet to get requests and send responses to the JSP files.\n8.\tAdd cookies.\n9.\tCreate a CSS file to format the contents.\n10.\tDebug and Test the project.\n\n## Technologies and tools Used\n•\tServlet: to do the business logic and works a controller for the project. \n\n•\tJSP: to handle the presentation view.\n\n•\tSQL: to create and manage the database.\n\n•\tJDBC: to make operations on the database for the project.\n\n•\tCSS: to format the contents.\n\n•\tphpMyAdmin: to administrate and manage the database manually.\n\n•\tEclipse: to write and run the code.\n\n•\tTomcat: to run and deploy servlet application.\n\n## Flowcharts of The Application\n\n![Blank Diagram](https://user-images.githubusercontent.com/64940728/120771636-182e8e00-c528-11eb-92bb-f5856138c93f.png)\n\n\n## Core concepts used in the project. \n•\tObject-Oriented: used to create and model objects for users and their credentials.\n\n•\tDatabases: used to store and retrieve data.\n\n•\tData Sources: used to define a set of properties required to identify and access the database.\n\n•\tCollections: used some collections such arraylist to store collection of data. \n\n•\tException Handling: used to catch problems that arises in the code especially in I/O blocks.\n\n•\tCookies: to store log-in data on the client browser. \n\n\n## How to run the program\n•\tclone project (``git clone https://github.com/Balikuddembe/Learner_Academy_JavaProject.git`` )\n\n•\tImport the “database\\database.sql” file to your database administration tool.\n\n•\tGo to “\\src\\main\\webapp\\META-INF\\context.xml” file and open it.\n\n•\tEdit the database’ properties such as username, password and driverClassName to be suit to your database administration tool.\n\n•\tNow run program on a server.\n\n•\tTo login you must enter admin for both username and password.\n\nScreenshots:\n\n![image](https://user-images.githubusercontent.com/64940728/120771774-47dd9600-c528-11eb-86c8-ee8a1b133a23.png)\n\n![image](https://user-images.githubusercontent.com/64940728/120771806-4e6c0d80-c528-11eb-97bb-8abe14d8560c.png)\n\n![image](https://user-images.githubusercontent.com/64940728/120771819-51ff9480-c528-11eb-98fe-39b7767b8de6.png)\n\n![image](https://user-images.githubusercontent.com/64940728/120771833-54fa8500-c528-11eb-9291-2ab6c81528f3.png)\n\n![image](https://user-images.githubusercontent.com/64940728/120771849-588e0c00-c528-11eb-89d0-fbc960d1562e.png)\n\n![image](https://user-images.githubusercontent.com/64940728/120771867-5c219300-c528-11eb-8aed-e8d137640817.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalikuddembe%2Flearner_academy_javaproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalikuddembe%2Flearner_academy_javaproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalikuddembe%2Flearner_academy_javaproject/lists"}