Skip to content

miracle219/crypto-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Crypto Price Tracker

The Crypto Price Tracker is a project designed to monitor the real-time prices of various cryptocurrencies, allowing users to stay updated on market fluctuations. Users can set personalized price thresholds to receive alerts when their chosen cryptocurrencies reach specific values, helping them make informed investment decisions.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/Chiesa14/crypto-price-tracker.git

Usage

  1. Setup the frondend:
cd Frontend
npm install

Run the following command to start the frontend:

npm run dev
  1. Setup the backend:
cd Backend
npm run dev
  • Environment Variables

To configure the application, create a .env file in the this Backend directory with the following variables:

PORT=5000
COINGECKO_API_URL=https://api.coingecko.com/api/v3/coins/markets
CRYPTO_IDS=bitcoin,ethereum,litecoin
CURRENCY=usd

Run the following command to start the backend:

nodemon server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published