{"id":19972773,"url":"https://github.com/as567652/markvity","last_synced_at":"2026-04-12T19:56:53.397Z","repository":{"id":37216590,"uuid":"398469358","full_name":"as567652/MArKVity","owner":"as567652","description":"An API based Web App, which will display market activity for your cryptocurrency.","archived":false,"fork":false,"pushed_at":"2022-11-22T09:19:07.000Z","size":6530,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T09:29:24.212Z","etag":null,"topics":["api","cryptocurrency","css","django","html","javascript","python3","webapp"],"latest_commit_sha":null,"homepage":"","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/as567652.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}},"created_at":"2021-08-21T04:56:10.000Z","updated_at":"2021-11-26T15:06:32.000Z","dependencies_parsed_at":"2023-01-21T07:01:26.420Z","dependency_job_id":null,"html_url":"https://github.com/as567652/MArKVity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as567652%2FMArKVity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as567652%2FMArKVity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as567652%2FMArKVity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as567652%2FMArKVity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/as567652","download_url":"https://codeload.github.com/as567652/MArKVity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241405574,"owners_count":19957847,"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":["api","cryptocurrency","css","django","html","javascript","python3","webapp"],"created_at":"2024-11-13T03:09:09.633Z","updated_at":"2025-12-31T01:06:36.894Z","avatar_url":"https://github.com/as567652.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MArKVity (Know Your Market Activity)\n\nAn API based Web App, which will display market activity for your cryptocurrency.\n\n\n## Table of contents\n* [Introduction](#introduction)\n* [Features](#features)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Launch](#launch)\n* [Illustrations](#illustrations)\n* [Status](#status)\n* [Sources](#sources)\n* [Other](#other)\n\n\n## Introduction\nIn current world, everyone knows how important cryptocurrency is. This webapp helps in limiting the gap between constantly changing world of cryptocurrency and a person who wants to keep herself/himself updated.\n\u003cbr\u003e\n\u003cbr\u003e\nThis project is supported by 2 independents and reliable APIs that are :-\n* [Coincap](https://docs.coincap.io/)\n* [Frankfurter](https://www.frankfurter.app/)\n\n\n## Features\n* Narly 2000 different cryptos are listed.\n* Interactive and stylized web design for smooth and better user experience.\n* Data shown is fetched on the moment to keep user updated all the time.\n* Currency coversions rates are also fetched on the moment.\n* For better experience different oprions has been provide like **Trending Cryptos**, **All Cryptos**, **Conversions** etc.\n\n\n## Technologies\n  #### Software Used :\n  * VS Code : 1.58.2\n  #### Languages Used :\n  * Python 3\n  * HTML\n  * CSS\n  * JavaScript\n  #### Frameworks Used :\n  * Django : 3.1.7\n  #### Project Tested On :\n   * Brave Web Browser  : Version 1.28.106 Chromium: 92.0.4 (Official Build) (64-bit)\n\n\n## Setup\nFirst you must have these softwares and languages installed on your system -\n  * [Python 3](https://www.python.org/)\n  * [Django : 3.1.7](https://docs.djangoproject.com/en/3.2/topics/install/)\n  * Web Browser\n\nImportant Note :- \nIf getting CORS error on loading install [Allow CORS: Access-Control-Allow-Origin Chrome Extension](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf) or equivalent web extension\n\n## Launch\nTo run this project, run these commands in terminal. Make sure that manage.py file is present in the current directory\n```\n$ python3 manage.py makemigrations\n$ python manage.py migrate\n$ python manage.py runserver\n```\nProject will be availaible on address **http://127.0.0.1:8000/**\n\nNote :- For Admin Access First You need to Create Super User using Command\n```\n$ python3 manage.py createsuperuser\n```\nAdmin panel can be accessed at **http://127.0.0.1:8000/admin** after running the server\n\n\n## Illustrations\n\n### HomePage\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/page1.png\" width=100% title=\"homepage\"\u003e\n\u003c/p\u003e\n\n### Trending Page\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/trending.png\" width=100% title=\"trending\"\u003e\n\u003c/p\u003e\n\n### More Info About A Crypto\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/more_info.png\" width=100% title=\"more info\"\u003e\n\u003c/p\u003e\n\n### Search Your Crypro\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/search.png\" width=100% title=\"search\"\u003e\n\u003c/p\u003e\n\n### List All Crypto\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/all.png\" width=100% title=\"all\"\u003e\n\u003c/p\u003e\n\n### Convert Crypto To Currency Of Your Choice\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/convert.png\" width=100% title=\"convert\"\u003e\n\u003c/p\u003e\n\n### About Me\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"readme_images/about.png\" width=100% title=\"about\"\u003e\n\u003c/p\u003e\n\n\n## Project status\n  ***Completed***\n  (Improvements Needed)\n\n\n## Sources\n  * [**Django Documentation**](https://docs.djangoproject.com/en/3.2/)\n  * Images used in this project may be subject to copyright.\n  * [Coincap API Documentation](https://docs.coincap.io/)\n  * [Frankfurter API Documentation](https://www.frankfurter.app/docs/)\n  \n\n## Other\n  This Project was created by Abhinav Sharma. This project is made for fun, and is stepping stone for my future projects.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas567652%2Fmarkvity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fas567652%2Fmarkvity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas567652%2Fmarkvity/lists"}