animedaisuki / be.coingecko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’± CoinGecko πŸ’±

Project Website

πŸ’Ή Displaying and Sorting Cryptocurrency Data πŸ’Ή

πŸ“š About Crypto Dashboard

CoinGecko features a responsive front-end designed with React, and a Node.js/Express backend ensuring optimal performance and scalability. The data can be sorted by market cap, price, 24-hour change, and more, allowing users to make informed decisions quickly.

πŸ—‚οΈ Project Structure

CoinGecko is organized into separate but interconnected repositories:

  • Frontend: fe.coingecko
  • Backend: be.coingecko (Current repository)

πŸš€ Features

πŸ“ˆ Cryptocurrency Data

  • Display cryptocurrency data.

πŸ” Data Sorting

  • Sortable data columns for comparative analysis.

πŸ’» Technologies Used

  • React
  • Node.js
  • Express
  • MongoDB
  • Docker
  • AWS

πŸ› οΈ Installation

Clone the repository:

git clone https://github.com/animedaisuki/be.coingecko.git

Install dependencies:

cd be.coingecko
npm install

Create a .env file and add your environment variables.

Run the project:

npm run dev

πŸ“œ License

This project is released under the MIT License.

About


Languages

Language:JavaScript 99.3%Language:Dockerfile 0.7%