{"id":13300761,"url":"https://github.com/vv-dc/dev-says","last_synced_at":"2025-03-10T11:33:08.725Z","repository":{"id":50129667,"uuid":"344331345","full_name":"vv-dc/dev-says","owner":"vv-dc","description":"The best place to share your code","archived":false,"fork":false,"pushed_at":"2022-09-11T22:39:24.000Z","size":884,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-08T20:16:03.887Z","etag":null,"topics":["docker","fastify","javascript","js","nodejs","postgresql","react","social-network"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vv-dc.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}},"created_at":"2021-03-04T02:57:21.000Z","updated_at":"2021-06-03T10:20:10.000Z","dependencies_parsed_at":"2023-01-18T04:15:43.600Z","dependency_job_id":null,"html_url":"https://github.com/vv-dc/dev-says","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv-dc%2Fdev-says","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv-dc%2Fdev-says/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv-dc%2Fdev-says/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv-dc%2Fdev-says/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vv-dc","download_url":"https://codeload.github.com/vv-dc/dev-says/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221170340,"owners_count":16768676,"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":["docker","fastify","javascript","js","nodejs","postgresql","react","social-network"],"created_at":"2024-07-29T17:43:04.263Z","updated_at":"2024-10-23T07:32:25.475Z","avatar_url":"https://github.com/vv-dc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevSays\n## What is DevSays\nDevSays is a simple open-source social network for developers. It provides a simple, but powerful interface for efficient code sharing and refactoring. If you have searched for a place to share code or minds, make requests for code changing, and just hanging out, it's for you.\n## Features\n* Authentication. The application can be accessed via email or using popular services (Google, GitHub). If needed, the password can be reset after credentials confirmation.\n* Profile. It holds general information about user, activity statistic, posts, which were made by a user or shared, and comments for those.\n* Code. Snippets with code can be injected directly into posts or comments and executed right here.\n* Suggestions. With comments tree structure it becomes easy to make suggestions for code changing.\n* Reactions. Every post and comment can be liked or disliked.\n* Subscriptions. Follow users or tags to get notifications about its activity.\n* Bookmarks. Save posts without placing them on your profile.\n* Settings. Change public information, customize profile appearance.\n* Feed. Get posts depending on your subscriptions and preferences.\n* Search. Find users, posts, or tags using a handy search bar.\n## Main functionality\n### Post\n* Has a `cell structure` similar to [Google Colab](https://colab.research.google.com/notebooks/intro.ipynb#) with 2 cell types:\n    * MarkDown\n    * Code. With this section user can:\n      * choose `language` and `compiler, interpreter version`\n      * directly execute code with the `Run Code` option (the author can explicitly connect cells to execute all of them sequentially at once)\n      * use all `syntax highlighting` functionality\n* Supports additional tags like `node`, `backend`\n* Can be public or private (accessible only via link)\n* Provides special API for code sharing via GitHub\n* Is stored in JSON format. Example:\n```json\n{\n    \"cells\": [\n        {\n            \"type\": \"markdown\",\n            \"source\": \"Everything about Python\"\n        },\n        {\n            \"type\": \"code\",\n            \"language\": \"python\",\n            \"version\": \"3.9.2\",\n            \"source\": [\n                \"comment = 'I am so slow!'\",\n                \"print(comment)\"\n            ],\n            \"output\": [\n                {\n                    \"data\": {\n                        \"text/html\": [\n                            \"I am so slow!\"\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}\n```\n### Comment\n* Form a tree structure. Users can create topic threads by simply replying to someone's else comment\n* Are powerful because of the `text`, `code` suggestion feature. Everyone, who leaves a comment can easily execute code with suggested changes. The author, in turn, can apply all of them in one click.\n* Inherit post, however, they are restricted with image, video usage, and content length\n## Technologies\n* Backend - Node.js\n* Frontend - React.js\n* Database - PostgreSQL\n* CI/CD - Docker, GitHub actions\n* Auth - JWT, OAuth 2.0\n* Other - Nginx, docker-compose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvv-dc%2Fdev-says","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvv-dc%2Fdev-says","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvv-dc%2Fdev-says/lists"}