This repository contains a full-stack social media application built using React.js for the frontend and MySQL for the backend. The app allows users to create accounts, post updates, follow other users, and interact with posts through likes and comments.
- π User Authentication: Users can sign up and log in securely using their credentials.
- π€Create and Edit Profiles: Users can create their profiles with details such as name, bio, and profile picture.
- π¨ Post Updates: Users can share posts with text content and optional images.
- π¬ Follow Other Users: Users can follow/unfollow other users to see their posts on their feed.
- π¬ Like and Comment: Users can interact with posts by liking and commenting on them.
- Frontend:
React.js
- Backend:
Node.js, Express.js,MySQL
- Authentication:
JSON Web Tokens (JWT)
- Styling:
CSS
- Database:
MySQL
.
To run the project in your local environment, follow these steps:
- Clone the repository to your local machine.
- Run
npm install
oryarn
in the project directory to install the required dependencies. - Run
npm run start
oryarn start
to get the project started. - Open http://localhost:3000 (or the address shown in your console) in your web browser to view the app.