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.
- Create, read
- Follow and unfollow users
- Like post
- User authentication and authorization
- Frontend: React, Redux
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT
-
Navigate to the backend directory: cd backend
-
Install dependencies: npm install
-
Start the backend server: npm start
-
Navigate to the frontend directory: cd frontend
-
Install dependencies: npm install
-
Start the frontend application: npm start
-
Make sure both the backend and frontend servers are running.
-
Open your browser and navigate to `http://localhost:3000\` to use the application.
- Fork the repository.
- Create a feature branch (`git checkout -b feature/YourFeature`).
- Commit your changes (`git commit -am 'Add new feature'`).
- Push to the branch (`git push origin feature/YourFeature`).
- Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, please contact Devesh Sharma. EOL