{"id":20748301,"url":"https://github.com/mtrajk/loger","last_synced_at":"2026-04-14T14:32:49.269Z","repository":{"id":80896167,"uuid":"74815572","full_name":"MTrajK/Loger","owner":"MTrajK","description":"Social network for sharing logos, designs, etc.","archived":false,"fork":false,"pushed_at":"2019-03-01T20:41:30.000Z","size":28469,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-10T18:52:58.897Z","etag":null,"topics":["bootstrap","csharp","dotnet","entity-framework","javascript","knockoutjs","social-network"],"latest_commit_sha":null,"homepage":"","language":"C#","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/MTrajK.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-26T09:08:57.000Z","updated_at":"2023-01-21T19:51:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9332127d-81c0-4fb0-9e02-7528bbec6c1c","html_url":"https://github.com/MTrajK/Loger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MTrajK/Loger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTrajK%2FLoger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTrajK%2FLoger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTrajK%2FLoger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTrajK%2FLoger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MTrajK","download_url":"https://codeload.github.com/MTrajK/Loger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTrajK%2FLoger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bootstrap","csharp","dotnet","entity-framework","javascript","knockoutjs","social-network"],"created_at":"2024-11-17T08:16:21.100Z","updated_at":"2026-04-14T14:32:49.247Z","avatar_url":"https://github.com/MTrajK.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Loger\n\nSocial network for sharing logos, designs etc.\n\n![Logo](https://raw.githubusercontent.com/MTrajK/Loger/master/images/logo.png \"Logo\")\n\n## Installing\n\nTo run/install this application, you'll need:\n\n- [Visual Studio](https://visualstudio.microsoft.com/)\n- [IIS](https://www.iis.net/)\n- [SQL Server Express](https://www.microsoft.com/en-us/sql-server/sql-server-editions-express)\n- After installing these tools, you'll need a database structure. You can uncomment [this code](https://github.com/MTrajK/Loger/blob/master/src/Loger.DAL/Setup/LogerInitializer.cs) when the app is started for the first time, or you can execute [this SQL command](https://github.com/MTrajK/Loger/blob/master/src/Loger.DAL/Setup/logerSeed.sql) by yourself (using [SQL Server Management Studio](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) or something else).\n\n## Description\n\nSimple social network with responsive design for sharing and exploring logos, designs, etc. Inspired by [Dribbble](https://dribbble.com/) and [Behance](https://www.behance.net/).\n\nFunctionalities:\n\n- Create a new user\n- Update the user profile (upload a profile picture, change the password, etc)\n- Upload a new post (logo, design) with a title and a description\n- Comment and like/fave posts\n- Visit and follow users (all profiles are public)\n- 4 different ways to explore logos, designs: Home tab (all newest posts), Following tab (the newest posts from the following users), Favorites tabs (all liked posts), user profile (specific user posts)\n\n## Repo structure\n\n- [images](images) - several screenshots from the application\n- [src](src) - the source code of the application\n\n## Tech/frameworks\n\n- [N-tier architecture](https://en.wikipedia.org/wiki/Multitier_architecture) - Implemented with three-tier architecture: [Presentation tier](https://github.com/MTrajK/Loger/blob/master/src/Loger.UI) (UI level, all front-end things), [Application tier](https://github.com/MTrajK/Loger/blob/master/src/Loger.BLL) (Business logic), [Data tier](https://github.com/MTrajK/Loger/blob/master/src/Loger.DAL) (Database access)\n- [ASP.NET MVC](https://dotnet.microsoft.com/apps/aspnet/mvc) - Web application framework developed by Microsoft\n- [Entity Framework](https://docs.microsoft.com/en-us/ef/) - Framework used for interaction between .NET applications and relational databases\n- [Knockout.js](https://knockoutjs.com/) - JavaScript framework, MVVM pattern\n- [Bootstrap](http://materializecss.com/) - Responsive front-end framework\n- [jQuery AJAX](http://api.jquery.com/jquery.ajax/) - Perform an asynchronous HTTP (Ajax) request (used for communication between the backend APIs and the client)\n\n## License\n\nThis project is licensed under the MIT - see the [LICENSE](LICENSE) file for details\n\n## Screenshots\n\n![Log in](https://raw.githubusercontent.com/MTrajK/Loger/master/images/login_form.png \"Log in\")\n\n![Home page](https://raw.githubusercontent.com/MTrajK/Loger/master/images/home_page.png \"Home page\")\n\n![User page](https://raw.githubusercontent.com/MTrajK/Loger/master/images/user_page.png \"User page\")\n\n![Logo review](https://raw.githubusercontent.com/MTrajK/Loger/master/images/logo_review.png \"Logo review\")\n\n![Upload picture\"](https://raw.githubusercontent.com/MTrajK/Loger/master/images/upload_picture.png \"Upload picture\")\n\n![User settings page](https://raw.githubusercontent.com/MTrajK/Loger/master/images/user_settings_page.png \"User settings page\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrajk%2Floger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtrajk%2Floger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrajk%2Floger/lists"}