{"id":22135115,"url":"https://github.com/kayprogrammer/socialnet-v1","last_synced_at":"2025-07-25T20:32:08.952Z","repository":{"id":181684294,"uuid":"666822498","full_name":"kayprogrammer/socialnet-v1","owner":"kayprogrammer","description":"A Realtime Social networking API built with django rest framework","archived":false,"fork":false,"pushed_at":"2024-07-24T21:49:37.000Z","size":1965,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-25T00:46:37.018Z","etag":null,"topics":["django","django-channels","django-rest-framework","docker","pgadmin4","postgresql"],"latest_commit_sha":null,"homepage":"https://socialnet-drf.vercel.app","language":"Python","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/kayprogrammer.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":"2023-07-15T17:33:14.000Z","updated_at":"2024-07-24T21:49:40.000Z","dependencies_parsed_at":"2023-09-28T22:23:34.783Z","dependency_job_id":"7645fc88-a5b1-4be5-b87b-94b621586169","html_url":"https://github.com/kayprogrammer/socialnet-v1","commit_stats":null,"previous_names":["kayprogrammer/socialnet-v1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayprogrammer","download_url":"https://codeload.github.com/kayprogrammer/socialnet-v1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227614646,"owners_count":17793949,"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":["django","django-channels","django-rest-framework","docker","pgadmin4","postgresql"],"created_at":"2024-12-01T19:13:49.080Z","updated_at":"2024-12-01T19:13:49.593Z","avatar_url":"https://github.com/kayprogrammer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOCIALNET V1\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/drf.png?raw=true)\n\n\n#### DJANGO DOCS: [Documentation](https://docs.djangoproject.com/en/4.2/)\n#### DJANGO REST FRAMEWORK DOCS: [Documentation](https://www.django-rest-framework.org/)\n\n#### PG ADMIN: [Documentation](https://pgadmin.org) \n\n\n## How to run locally\n\n* Download this repo or run: \n```bash\n    $ git clone git@github.com:kayprogrammer/socialnet-v1.git\n```\n\n#### In the root directory:\n- Install all dependencies\n```bash\n    $ pip install -r requirements.txt\n```\n- Create an `.env` file and copy the contents from the `.env.example` to the file and set the respective values. A postgres database can be created with PG ADMIN or psql\n\n- Run Locally\n```bash\n    $ python manage.py migrate \n```\n```bash\n    $ uvicorn socialnet.asgi:application --reload\n```\n\n- Run With Docker\n```bash\n    $ docker-compose up --build -d --remove-orphans\n```\nOR\n```bash\n    $ make build\n```\n\n- Test Coverage\n```bash\n    $ pytest --disable-warnings -vv\n```\nOR\n```bash\n    $ make test\n```\n\n## Docs\n\u003c!-- #### API Url: [Socialnet Docs](http://127.0.0.1:8000/)  --\u003e\n#### Swagger: [Documentation](https://swagger.io/docs/)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display1.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display2.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display3.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display4.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display5.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display6.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display7.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display8.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display9.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/display10.png?raw=true)\n\n\u003c!-- ## ADMIN PAGE\n![alt text](https://github.com/kayprogrammer/socialnet-v1/blob/main/display/admin.png?raw=true) --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fsocialnet-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayprogrammer%2Fsocialnet-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fsocialnet-v1/lists"}