Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/as567652/markvity
An API based Web App, which will display market activity for your cryptocurrency.
https://github.com/as567652/markvity
api cryptocurrency css django html javascript python3 webapp
Last synced: 2 days ago
JSON representation
An API based Web App, which will display market activity for your cryptocurrency.
- Host: GitHub
- URL: https://github.com/as567652/markvity
- Owner: as567652
- Created: 2021-08-21T04:56:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T09:19:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T12:23:55.620Z (over 1 year ago)
- Topics: api, cryptocurrency, css, django, html, javascript, python3, webapp
- Language: JavaScript
- Homepage:
- Size: 6.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MArKVity (Know Your Market Activity)
An API based Web App, which will display market activity for your cryptocurrency.
## Table of contents
* [Introduction](#introduction)
* [Features](#features)
* [Technologies](#technologies)
* [Setup](#setup)
* [Launch](#launch)
* [Illustrations](#illustrations)
* [Status](#status)
* [Sources](#sources)
* [Other](#other)## Introduction
In 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.
This project is supported by 2 independents and reliable APIs that are :-
* [Coincap](https://docs.coincap.io/)
* [Frankfurter](https://www.frankfurter.app/)## Features
* Narly 2000 different cryptos are listed.
* Interactive and stylized web design for smooth and better user experience.
* Data shown is fetched on the moment to keep user updated all the time.
* Currency coversions rates are also fetched on the moment.
* For better experience different oprions has been provide like **Trending Cryptos**, **All Cryptos**, **Conversions** etc.## Technologies
#### Software Used :
* VS Code : 1.58.2
#### Languages Used :
* Python 3
* HTML
* CSS
* JavaScript
#### Frameworks Used :
* Django : 3.1.7
#### Project Tested On :
* Brave Web Browser : Version 1.28.106 Chromium: 92.0.4 (Official Build) (64-bit)## Setup
First you must have these softwares and languages installed on your system -
* [Python 3](https://www.python.org/)
* [Django : 3.1.7](https://docs.djangoproject.com/en/3.2/topics/install/)
* Web BrowserImportant Note :-
If 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## Launch
To run this project, run these commands in terminal. Make sure that manage.py file is present in the current directory
```
$ python3 manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```
Project will be availaible on address **http://127.0.0.1:8000/**Note :- For Admin Access First You need to Create Super User using Command
```
$ python3 manage.py createsuperuser
```
Admin panel can be accessed at **http://127.0.0.1:8000/admin** after running the server## Illustrations
### HomePage
### Trending Page
### More Info About A Crypto
### Search Your Crypro
### List All Crypto
### Convert Crypto To Currency Of Your Choice
### About Me
## Project status
***Completed***
(Improvements Needed)## Sources
* [**Django Documentation**](https://docs.djangoproject.com/en/3.2/)
* Images used in this project may be subject to copyright.
* [Coincap API Documentation](https://docs.coincap.io/)
* [Frankfurter API Documentation](https://www.frankfurter.app/docs/)
## Other
This Project was created by Abhinav Sharma. This project is made for fun, and is stepping stone for my future projects.