An open API service indexing awesome lists of open source software.

https://github.com/rustyneuron01/finnhubtest


https://github.com/rustyneuron01/finnhubtest

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# FinnhubTest

## Run Mannually

### Run Server

Run `npm install`
Run `npm start`
Server is living on http://localhost:3001

### Run Client

Run `npm install`
Run `npm start`
Client is living on http://localhost:3000

## Run Use Docker

Run `docker compose build`
Run `docker compose up`

Now connect http://localhost:3000