Vite, React, Typescript, Redux Toolkit, MUI, Recharts, Node Js, Express Js, MongoDB
This application contains 2 main repos, front end and backend in 2 seperate folders names "client" and "server"
Navigate into client((Frontend)) folder to install dependancies
cd ./client
npm install
Navigate into server((Backend)) folder to install dependancies
cd ../server
npm install
Open 2 terminal tabs in the both client and server folder
inside the server((Backend)) folder, run;
npm start
inside the client((Frontend)) folder, run;
npm start
client - .env.local
VITE_BASE_URL=http://localhost:....
server - .env
MONGO_URL=''
PORT=