{"id":21360189,"url":"https://github.com/rudrakshi99/xmeme","last_synced_at":"2026-04-13T10:32:16.702Z","repository":{"id":134267748,"uuid":"336248040","full_name":"rudrakshi99/Xmeme","owner":"rudrakshi99","description":"A full-stack web app to pull created memes using their URL and listing them on the page with the user’s name and caption.","archived":false,"fork":false,"pushed_at":"2023-04-07T12:46:58.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T06:28:05.443Z","etag":null,"topics":["bootstrap4","crud-application","css","django","django-rest-framework","html","javascript","memes","python3","rest-api","sqlite3"],"latest_commit_sha":null,"homepage":"https://rudrakshi-xmeme.netlify.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/rudrakshi99.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":"2021-02-05T11:09:54.000Z","updated_at":"2023-04-07T12:47:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4952dac0-2fbb-46a6-acdc-c5912f5a6e51","html_url":"https://github.com/rudrakshi99/Xmeme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rudrakshi99/Xmeme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FXmeme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FXmeme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FXmeme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FXmeme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudrakshi99","download_url":"https://codeload.github.com/rudrakshi99/Xmeme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FXmeme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bootstrap4","crud-application","css","django","django-rest-framework","html","javascript","memes","python3","rest-api","sqlite3"],"created_at":"2024-11-22T05:32:55.560Z","updated_at":"2026-04-13T10:32:16.672Z","avatar_url":"https://github.com/rudrakshi99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xmeme\n\n**XMEME** is a full stack web application to pull created memes using their URL and listing them on the page with the user’s name and caption.\n\n## :fire: Features\n\n1. Users will post Memes by providing these inputs :\n   * Name of the person posting the meme\n   * Caption for the Meme\n   * URL of the Meme image\n   \n2. Users will view the latest 100 memes posted.\n\n3. User can update the Caption and URL of the memes.\n4. User can also delete the memes.\n5. Swagger-UI for API Documentation.\n\n## Demo Video:\n\n\u003ca href=\"https://youtu.be/QkZ7GTR-w4A\"\u003e \u003cimg src=\"https://user-images.githubusercontent.com/55245862/129216808-b68dac81-0110-43b5-a9c2-afda470957d0.png\" alt=\"Demo Video\" height='250' width='430'/\u003e \u003c/a\u003e\n\n## Screenshots:\n\n![Device Viewports](https://user-images.githubusercontent.com/55245862/108157326-74e87300-7108-11eb-85c1-cd956a94b46a.png)\n\n\n# Frontend \n### Frontend Technologies used:\n- HTML\n- CSS\n- Javascript\n- Bootstrap4\n\n# Backend\n\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://documenter.getpostman.com/view/14143990/TWDRtfoy)\n[![View in Swagger](http://jessemillar.github.io/view-in-swagger-button/button.svg)](https://rudrakshi-xmeme.herokuapp.com/swagger-ui/)\n### Backend Technologies used:\n- Django\n- Django Rest Framework\n- Heroku\n- Sqllite3\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eBackend Setup Instructions\u003c/strong\u003e\u003c/summary\u003e\n\n- Fork and Clone the repo using\n```\ngit clone https://github.com/rudrakshi99/Xmeme.git\ncd backend\n```\n- Install dependencies using\n```\npip3 install -r requirements.txt\n```\n- Make migrations using\n```\npython3 manage.py makemigrations\n```\n- Migrate Database\n```\npython3 manage.py migrate\n```\n- Create a superuser\n```\npython3 manage.py createsuperuser\n```\n- Run server using\n```\npython3 manage.py runserver\n```\n\u003c/details\u003e\n\n### Important Links :\n* **Publicly Deployed Link :** https://rudrakshi-xmeme.herokuapp.com/memes/\n* **End-Point :** /memes\n\n# License :memo:\n\nThis project follows the [MIT License](https://choosealicense.com/licenses/mit/).\n\n## If you liked the project don't forget to star 🌟 and fork 🍽 the project.\n\n\u003ch2 align=\"center\"\u003eMade with ❤ by Rudrakshi\u003c/h2\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrakshi99%2Fxmeme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudrakshi99%2Fxmeme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrakshi99%2Fxmeme/lists"}