Skip to content

CarmoPJunior/dashboard-cripto-ejs

Repository files navigation

Cripto - Dashboard

Description

This project aims to create a crypto dashboard, which consumes the MercadoBitcoin API and displays the last quotes, the last executed orders and a chart with the variation of the last quotes;


Requirements

  • Node.js v8+

Technologies Used:

  • Node;
  • Express;
  • Axios;
  • EJS;
  • TypeScript;
  • Charts;

Running on Local Machine

  • Install dependencies:

    yarn

  • Run project in development:

    yarn dev

  • Run project in prod:
    1. Build project:

      yarn build

    2. Run project:

      yarn start


Running on Docker

  • Requirements:
    • Docker and Docker Compose;
  • Run:

    docker-compose up


Dashboard Url

http://localhost:3000/


DashBoard


Endpoints


Pendencies:

  • Sort table in descending order;
  • Implement chart with latest quotes;
  • Change Logo;
  • Implement docker;
  • Change chart color;

About

dashboard-cripto-ejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published