GithubHelp home page GithubHelp logo

albertoslavicadev / interview-exercise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wavenuregit/interview-exercise

0.0 0.0 0.0 590 KB

JavaScript 41.63% CSS 30.79% Makefile 8.30% HTML 6.29% Dockerfile 12.98%

interview-exercise's Introduction

Fintech Portfolio Tracker

The Fintech Portfolio Tracker is a full-stack application designed to help users track their investments in stocks and cryptocurrencies, providing real-time valuation based on current market prices. This application utilizes React for the frontend, Node.js for the backend, and MySQL for data storage, all containerized with Docker for ease of setup and deployment.

Prerequisites

Before you begin, ensure you have installed all of the following prerequisites on your development machine:

  • Docker and Docker Compose
  • Git (for cloning the repository)
  • Node.js and yarn (if you plan to run the setup or application outside of Docker)

Getting Started

These instructions will get your copy of the Fintech Portfolio Tracker up and running on your local machine for development and testing purposes.

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/WavenureGit/interview-exercise.git
cd fintech-portfolio-tracker

Setup the Application

You can set up the application environment using the provided Makefile commands. This will create the necessary Docker images and containers for the frontend, backend, and database:

make build

Build and Run the Application

To build and run the Docker containers for the application, use the following command:

make up

This command will start all the services defined in your docker-compose.yml file. The frontend should be accessible at http://localhost:3000, and the backend API at http://localhost:4000.

Development Mode

If you want to run the application in development mode with live reload, use:

make up-dev

This command is particularly useful during the development phase, as it allows you to see changes in real-time without manually restarting the containers.

Stopping the Application

To stop and remove the Docker containers, use:

make down

Using the Application

After starting the application, navigate to http://localhost:3000 in your browser to access the Fintech Portfolio Tracker frontend and http://localhost:4000 for the backend. From there, you can add, update, and track your investment portfolio.

interview-exercise's People

Contributors

a-slavica avatar albertoslavicadev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.