A fully functional application with industry-level features, including user authentication, sign-up, login, and a dashboard for admin usage monitoring.
This project is a comprehensive application designed to showcase various industry-level features. It includes user authentication, sign-up, login functionalities, and an admin dashboard for monitoring application usage and user activity.
- User authentication system
- Sign-up and login functionality
- Admin dashboard for monitoring application usage
- Seamless integration of industry-standard features
To set up the project locally, follow these steps:
-
Clone the repository:
git clone <https://github.com/mohitthakur9901/Mern-blog.git>
Install dependencies:
bash Copy code cd frontend npm install cd ../backend npm install Add Firebase links in the frontend and MongoDB URL in the backend.
Usage To run the application locally, use the following commands:
bash Copy code cd frontend npm start bash Copy code cd backend npm start Technologies Used Frontend: React, Redux, Firebase Backend: Node.js, Express, MongoDB Additional Libraries: bcrypt, cloudinary, cookie-parser, cors, dotenv, jsonwebtoken, mongoose, multer Contributing If you'd like to contribute to the project, please follow our Contribution Guidelines. Feel free to submit issues or pull requests.
License This project is licensed under the [Your License Name] - see the LICENSE.md file for details.
css Copy code
Remember to replace <https://github.com/mohitthakur9901/Mern-blog.git>
with the actual URL of your repository, and consider adding a specific license name in the License section. Additionally, you may create a CONTRIBUTING.md
file and customize the content based on your project's contribution guidelines.