{"id":20482929,"url":"https://github.com/pplytas/fullstack-linkedin-clone","last_synced_at":"2025-09-25T03:30:40.729Z","repository":{"id":44516406,"uuid":"244713202","full_name":"pplytas/fullstack-linkedin-clone","owner":"pplytas","description":" Full Stack application that simulates a LinkedIn-type website. AngularJS | Java | Spring Boot | Maven","archived":false,"fork":false,"pushed_at":"2022-11-24T08:35:24.000Z","size":7723,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T18:49:04.629Z","etag":null,"topics":["angularjs","bootstrap","java","jquery","maven","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/pplytas.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}},"created_at":"2020-03-03T18:37:47.000Z","updated_at":"2024-12-28T16:06:35.000Z","dependencies_parsed_at":"2022-09-04T02:40:29.045Z","dependency_job_id":null,"html_url":"https://github.com/pplytas/fullstack-linkedin-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplytas%2Ffullstack-linkedin-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplytas%2Ffullstack-linkedin-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplytas%2Ffullstack-linkedin-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplytas%2Ffullstack-linkedin-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pplytas","download_url":"https://codeload.github.com/pplytas/fullstack-linkedin-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234147907,"owners_count":18786934,"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":["angularjs","bootstrap","java","jquery","maven","spring-boot"],"created_at":"2024-11-15T16:15:11.238Z","updated_at":"2025-09-25T03:30:39.210Z","avatar_url":"https://github.com/pplytas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TEDI Bear (LinkedIn-Type Web App)\n\nThis assignment contains a full-stack application that simulates a LinkedIn environment.\n\nThe application contains 2 types of users, normal access users that can be created by registering during runtime and admin access users that are created programmatically at the initialization of the app.\n\nTo build, you need to have MYSQL service running and maven installed. Project requires Java 8, JDK 8 and the environment variable JAVA_HOME to be pointing to the jdk folder. Port, name and credentials for database can be found in application.properties.\n\nIf you decide to keep the default database settings, you can initialize it by using the 3 following commands:\n```\nmysql -u root -ptest\n```\n```\nCREATE DATABASE tedidb\n```\n```\nUSE tedidb\n```\n\nBuild server using:\n\n\n  ```\n  mvn clean install\n  ```\n\ninside the tedi_server folder. Run the server using \n\n  ```\n  mvn spring-boot:run\n  ```\n\nin the same folder path and leave the terminal opened.\n\nFor the front-end you need to have Python v3.7.0 installed and Chrome v68.0.3440 or later.\nOpen a new terminal window and navigate to the front-end folder and run:\n\n  ```\n  python -m http.server \u003cport_number\u003e (here \u003cport_number\u003e will be 8001)\n  ```\n\nand leave the terminal opened. Then open your Chrome browser, navigate to\n\n  ```\n  https://localhost:8443\n  ```\n\nchoose advanced settings and allow the browser to access the page then navigate to\n\n  ```\n  http://localhost:\u003cport_number\u003e (here http://localhost:8001)\n  ```\n\nand you will see the platform's welcome/login page.\n\nArchitecture-wise, the server has controller classes which contain the endpoints and state the i/o models for each of them. Most of the logic is propagated from the controllers to the service layer. Communication with the database happens through repository interfaces and entity classes. Utilities package contains helping static functions for our application.\n\nFront-end has been implemented using HTML, CSS, Bootstrap v4.1.3, AngularJS v1.7.2 and jQuery v3.3.1 and some other modules all included in the bower_components folder. Architecture-wise, the platfrom is running a main angular app which loads the different pages and tabs as routes. Each route has its own url, HTML file and angular controller which are being loaded on top of the existing html, so there is no need for the whole html to be reloaded. There is also an angular service which contains all the necessary functions for making requests to the server, used by the controllers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplytas%2Ffullstack-linkedin-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpplytas%2Ffullstack-linkedin-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplytas%2Ffullstack-linkedin-clone/lists"}