/stockhub

a stock web application built primarily with a MERN stack.

Primary LanguageJavaScript

MERN stack web app

in order to run:

  1. import code with git
  2. add needed dependecies: for server:

$ npm i js-cookie bcryptjs cookie-parser jsonwebtoken cors express mongoose dotenv

for client: $ npm i axios react react-router-dom @mantine/core'(ui) @tabler/icons(ui) @splinetool/react-spline(ui)

  1. and run the next commands:

in the server folder: $ node index.js will runn locally on port:

in the client folder: $ npm start

note: the files as seen are opetimized for production and hosting on netifly and heroku the website is not currently connected to the backend