https://github.com/rustyneuron01/finnhubtest
https://github.com/rustyneuron01/finnhubtest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyneuron01/finnhubtest
- Owner: rustyneuron01
- Created: 2022-11-26T15:32:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T17:36:47.000Z (over 3 years ago)
- Last Synced: 2025-07-01T17:44:27.095Z (11 months ago)
- Language: TypeScript
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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