{"id":23043046,"url":"https://github.com/szymonpoltorak/social-app","last_synced_at":"2025-08-14T22:32:42.779Z","repository":{"id":142176467,"uuid":"612965626","full_name":"szymonpoltorak/Social-App","owner":"szymonpoltorak","description":"Social media application as a individual academic project continued in my free time using Angular and Spring Boot.","archived":false,"fork":false,"pushed_at":"2023-10-31T10:52:04.000Z","size":4312,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-10-31T11:38:35.179Z","etag":null,"topics":["angular","docker","hibernate","java","jwt-bearer-tokens","maven","ngx-markdown","oauth2","oidc","spring-boot","spring-security","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szymonpoltorak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-12T14:11:24.000Z","updated_at":"2023-10-26T01:10:34.000Z","dependencies_parsed_at":"2023-07-10T23:30:29.929Z","dependency_job_id":"3cda1bf6-8c00-4a70-8813-a426444d4924","html_url":"https://github.com/szymonpoltorak/Social-App","commit_stats":null,"previous_names":[],"tags_count":12,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymonpoltorak%2FSocial-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymonpoltorak%2FSocial-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymonpoltorak%2FSocial-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymonpoltorak%2FSocial-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szymonpoltorak","download_url":"https://codeload.github.com/szymonpoltorak/Social-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229875393,"owners_count":18137795,"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":["angular","docker","hibernate","java","jwt-bearer-tokens","maven","ngx-markdown","oauth2","oidc","spring-boot","spring-security","typescript"],"created_at":"2024-12-15T20:39:04.784Z","updated_at":"2024-12-15T20:39:05.287Z","avatar_url":"https://github.com/szymonpoltorak.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social App\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/preview.png\" alt=\"Preview\"\u003e\n\u003c/div\u003e\n\nThis is a full stack application being created during fourth semester of Computer Science studies at Warsaw University Of Technology.\nGoal is to create a social media app covering frontend and backend side of such site.\n\n## Technology stack\n\nI used various technologies which I will list below.\n\n### FrontEnd\n\n* Angular 15.2.0,\n* TypeScript 4.9.5,\n* SCSS 1.58.3,\n* Karma 6.4.1,\n* Jasmine 4.5.0,\n* Ngx-Markdown.\n* Angular Material.\n\n### BackEnd\n\n* SpringBoot 3.0.4,\n* Java JDK 17.0.6,\n* Apache Maven 3.8.5,\n* SpringData JPA,\n* SpringSecurity,\n* PostGres SQL,\n* lombok,\n* javadoc,\n* jwt,\n* oauth2,\n* jackson,\n* swagger,\n* maildev,\n* spring mail service,\n* logback.\n\n### Others\n\n* makefile,\n* docker,\n* kubernetes,\n* minikube,\n* postman.\n\n## Installation of docker\n\nTo install docker use:\n\n* On Linux:\n\n```bash\nsudo apt install -y docker\n```\n\n* On Windows:\n\n```psh\nwinget install Docker.DockerDesktop\n```\n\n## Makefile commands\n\nTo simplify the development and usage of this app I used docker and makefile.\nMakefile file has few commands which can be executed from the root directory.\nMakefile scripts may need administrator priviliges due to *docker* command usage.\n\n* `make`, `make all`, `make build` - uses *docker-compose* to build the whole project.\nFrontend of the app will be available at `localhost:4200`,\ndatabase at `localhost:5432` and backend at `localhost:8080`\n\n* `make clean` - command used to remove with force images created ,\nduring *docker-compose* build\n\n* `make stop` - command used to turn off *docker-compose* image.\n\n## Screenshots\n\n* HomePage,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/home.png\" alt=\"HomePage\"\u003e\n\u003c/div\u003e\n\n* LoginPage,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/login.png\" alt=\"LoginPage\"\u003e\n\u003c/div\u003e\n\n* RegisterPage,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/register.png\" alt=\"RegisterPage\"\u003e\n\u003c/div\u003e\n\n* NotFoundPage,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/not-found.png\" alt=\"NotFoundPage\"\u003e\n\u003c/div\u003e\n\n* Posts with comments,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/posts-comments.png\" alt=\"Posts with comments\"\u003e\n\u003c/div\u003e\n\n* User details modification,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/details-modify.png\" alt=\"User details modification\"\u003e\n\u003c/div\u003e\n\n* Search site,\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/screenshots/search.png\" alt=\"Search\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymonpoltorak%2Fsocial-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszymonpoltorak%2Fsocial-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymonpoltorak%2Fsocial-app/lists"}