Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.38 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.38 KB

Postify

Postify is a social media application built with the MERN stack (MongoDB, Express.js, React, Node.js). It allows users to create and manage posts, follow other users, and interact with content.

Features

  • Create, read
  • Follow and unfollow users
  • Like post
  • User authentication and authorization

Technologies Used

  • Frontend: React, Redux
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT

Installation

Backend

  1. Navigate to the backend directory: cd backend

  2. Install dependencies: npm install

  3. Start the backend server: npm start

Frontend

  1. Navigate to the frontend directory: cd frontend

  2. Install dependencies: npm install

  3. Start the frontend application: npm start

Usage

  1. Make sure both the backend and frontend servers are running.

  2. Open your browser and navigate to `http://localhost:3000\` to use the application.

Contributing

  1. Fork the repository.
  2. Create a feature branch (`git checkout -b feature/YourFeature`).
  3. Commit your changes (`git commit -am 'Add new feature'`).
  4. Push to the branch (`git push origin feature/YourFeature`).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, please contact Devesh Sharma. EOL