Skip to content

kaufguy/nodejs-server-static-web-assignment

Repository files navigation

Stock Recommender

Create an array of stock values by date. Submit! and see the best time to buy and sell a stock with the expected revenue from the transaction. The recommender static web is at http://localhost:3000/ and API access is through http://localhost:3000/api/ (See Run section)

Installation

npm install

Run Dev

npm run start-dev 
(server runs on http://localhost:3000/ and client on http://localhost:3500/)
Go To http://localhost:3500/

Build

npm run build

Run Prod

npm run start-prod 
(server runs on http://localhost:3000/ and serves static build files)
Go To http://localhost:3000/

Test

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published