{"id":20497968,"url":"https://github.com/barisertugrul/spring-react-hoaxify","last_synced_at":"2026-04-14T04:30:59.587Z","repository":{"id":134201293,"uuid":"502216288","full_name":"barisertugrul/spring-react-hoaxify","owner":"barisertugrul","description":"Hoaxify: Basic Social Sharing Platform - The learning project using Spring and React (Instructor: Başar Büyükkahraman)","archived":false,"fork":false,"pushed_at":"2022-08-20T20:20:36.000Z","size":12231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-08T19:14:22.386Z","etag":null,"topics":["java","react","react-components","react-hooks","react-redux","react-router","spring-boot"],"latest_commit_sha":null,"homepage":"https://spring-react-hoaxify.vercel.app","language":"JavaScript","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/barisertugrul.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,"publiccode":null,"codemeta":null}},"created_at":"2022-06-11T00:47:07.000Z","updated_at":"2025-01-10T06:31:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4ae84fe-fef3-48ba-997c-a1984e487cee","html_url":"https://github.com/barisertugrul/spring-react-hoaxify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barisertugrul/spring-react-hoaxify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisertugrul%2Fspring-react-hoaxify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisertugrul%2Fspring-react-hoaxify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisertugrul%2Fspring-react-hoaxify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisertugrul%2Fspring-react-hoaxify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barisertugrul","download_url":"https://codeload.github.com/barisertugrul/spring-react-hoaxify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisertugrul%2Fspring-react-hoaxify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["java","react","react-components","react-hooks","react-redux","react-router","spring-boot"],"created_at":"2024-11-15T18:12:38.871Z","updated_at":"2026-04-14T04:30:59.533Z","avatar_url":"https://github.com/barisertugrul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-react-hoaxify\nHoaxify: Basic Social Sharing Platform - The learning project using Spring and React (Instructor: Başar Büyükkahraman)\nBackend + Frontend\n\nCourse Link: [https://www.udemy.com/course/spring-ve-react-ile-web-uygulamas-gelistirmek/](https://www.udemy.com/course/spring-ve-react-ile-web-uygulamas-gelistirmek/)\n\n[Live Demo](http://34.125.73.4/#/)\n\n\n## Install and Run Backend (ws)\n\nDownload the project and extract it from the zip file. Import the ws folder from your editor. After the dependencies are finished installing, you can run WsAplication.\n\n\n## Instal and Run Frontend\n\nDownload the project and extract it from the zip file.\n\n1. Make sure you have installed NodeJs allready. If not, please download and install from [NodeJs Official Page](https://nodejs.org/en).\n2. Open Terminal and go to the folder where your project is located. Locate in the frontend folder. (Or open the frontend folder in your IDE)\n3. Run in terminal (or IDE terminal): ```npm install``` to install the dependencies.\n4. Run `npm start` to run project.\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe app will automatically reload if you change any of the source files..\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n\n# Views\n\n### Home Page\n![Hoaxify Home Page Screenshot](https://raw.githubusercontent.com/barisertugrul/spring-react-hoaxify/master/assets/home-page.png)\n\n### Signup Page\n![Hoaxify Signup Page Screenshot](https://raw.githubusercontent.com/barisertugrul/spring-react-hoaxify/master/assets/signup-page.png)\n\n### Login Page\n![Hoaxify Login Page Screenshot](https://raw.githubusercontent.com/barisertugrul/spring-react-hoaxify/master/assets/login-page.png)\n\n### User Page\n![Hoaxify User Page Screenshot](https://raw.githubusercontent.com/barisertugrul/spring-react-hoaxify/master/assets/user-page.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarisertugrul%2Fspring-react-hoaxify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarisertugrul%2Fspring-react-hoaxify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarisertugrul%2Fspring-react-hoaxify/lists"}