- Click Here to view the deployed website.
This assignment entails the creation of a simple yet comprehensive social media platform, consisting of both backend API and frontend UI components, as well as analytics pages. The platform's core functionalities include user profile and post management, engagement actions like "liking" and "unliking" posts, and insightful analytics pages. Here's what the project encompasses:
-
- HTML 5
- CSS 3
- JavaScript
- React JS
- Chakra UI
-
- Node JS
- Express JS
-
- MongoDB
-
- NPM
- React Icons
- Git
- Open this project in Code Editor and open the terminal or command prompt.
- Navigate to the server directory using the 'cd' command
- Install the required dependencies by running the following command
- npm install
- After the installation is complete, start the backend server using the following command
- npm run dev
- Open another terminal or command prompt.
- Navigate to the public directory using the 'cd' command
- Install the required dependencies by running the following command
- npm install
- After the installation is complete, start the frontend using the following command
- npm start