tiago-web / Crypto-Portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Portfolio

This project aims to create a portfolio that stores the tokens the user with the update amount in USD.



๐Ÿ“Œ Table of Contents

๐Ÿ”— Features

  • ๐Ÿ“ˆ Retrieve the updated currency of the user's tokens.
  • ๐Ÿ“‹ Save and Remove tokens to the portfolio

๐Ÿ”’ Dependencies

To run this script you need to install locally on your machine the following dependencies:

๐Ÿ Getting Started

Clone the project via HTTPS by running this command:

git clone https://github.com/tiago-web/starter_assignment.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:tiago-web/starter_assignment.git

Run the following command in order to install the dependencies and start the whole application in a development environment:

cd backend

Then:

yarn startup or npm run startup

If the project runs successfully you should be able to access it on:

http://localhost:3000

๐Ÿ“ƒ Documentation

Backend

With your backend running, you should be able to access the documentation on:

http://localhost:3333/docs

Frontend

cd frontend

Then:

yarn storybook or npm run storybook

After these commands, you should be able to access the documentation on:

http://localhost:6006

๐Ÿ› Testing

In order to test the application, you should run the following command:

Backend

cd backend

Then:

yarn test or npm run test

Frontend

cd frontend

Then:

yarn test or npm run test

๐Ÿ“ฎ FAQ

Question: What are the technologies used in this project?

Answer: The tecnologies used in this project are:

About


Languages

Language:TypeScript 96.4%Language:JavaScript 1.5%Language:Dockerfile 0.9%Language:HTML 0.8%Language:CSS 0.4%