MERN stack web app
in order to run:
- import code with git
- 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)
- 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