This is simple social media website project! This web application allows users to create, update, and delete posts.
-
Create Post:Users can create new posts by entering text and optionally attaching media files.
-
**Update Post:Edit the content of existing posts to keep information up to date.
-
**Delete Post:Remove unwanted posts from the platform.
- Frontend: React.js
-
Clone the repository:
git clone https://github.com/shrikantg199/Simple_SocialMediaWeb.git
-
Install dependencies:
cd your-repository npm install
-
Configure the backend:
- Follow the instructions in the backend repository to set up your server and database.
-
Start the frontend development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to view the application.
-
Create a Post:
- Click on the "Create Post" button.
- Enter your post content and, if desired, attach media.
- Click "Submit" to create the post.
-
Update a Post:
- Navigate to the post you want to update.
- Click on the "Edit" button.
- Modify the post content and click "Save" to update the post.
-
Delete a Post:
- Navigate to the post you want to delete.
- Click on the "Delete" button.
- Confirm the deletion to remove the post.