The latest commit is the best version of the project. This Social Media Platform is a MERN Stack Project
The frontend is developed using react-vite and the backend is developed using nodejs, express, mongoose and other required libraries.
The whole frontend code is in the folder named frontend. The steps to run the frontend folder is
- Open the frontend folder
- In terminal give the following commands npm init cd ./lamdafrontend/ npm run dev
The whole backend code is in the folder named backend. The steps to run the backend folder is
- Open the backend folder.
- In terminal give the following command node routes
Both the frontend and backend should run simultaneously.
From the previous commit updated some functionalities such as NavLinks in the SideBar Component, myprofile, editprofile image reader and also some button's navigation.