Skip to content

raki8963/LiveCoinMarketDashBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LIVE COIN MARKET DASHBOARD

Table of Contents

Introduction

This project contains two main folders:

  1. Backened - The backend service.
  2. livecoinmarketplace - The frontend service for live coin marketplace.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js and npm.
  • You have a terminal or command-line interface.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the project directory:
    cd your-repo-name

Running the Applications

Backend

  1. Open a new terminal window.
  2. Navigate to the Backened folder:
    cd Backened
  3. Install dependencies:
    npm install
  4. Run the development server:
    npm run dev

Frontend (Livecoinmarketplace)

  1. Open another new terminal window.
  2. Navigate to the livecoinmarketplace folder:
    cd livecoinmarketplace
  3. Install dependencies:
    npm install
  4. Start the frontend application:
    npm start

Credits

  1. Live Coin Market Api Provider

License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshot (15)

About

A mini-website to collect and display real-time price data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors