💱 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.