Skip to content

tiago-web/Crypto-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published