Bloggers-Arena

A Blogging Website with User Authentication built with Reactjs, Nodejs and Mongodb

Stars
0

Getting Started ⚡ :-

1. Clone this repo by running the following command :-

 git clone https://github.com/Rahul1582/Bloggers-Arena.git
 cd Server

2. Now Install all the required packages by running the following commands :-

 npm install 
 npm run install-client

3. Now start the React and Node server together by running the following command :-

 npm run dev

3. 🎉 Open your browser and go to https://localhost:3000

Features and Functionalities 😃:-

  • This is a Fully Functioning Blogging Website with User Authentication And Authorization.

  • Here Users Can see all the Posts posted in this Website without registering themselves and even without logging in to the Website.

  • In Order to write a New Post, the User has to get registered themselves first if they are using this platform for first time or directly login if they had registered themselves previously.

  • After logging in the User can Write a post, Update an Existing Post , Search posts by Author Name ,View its created posts.

  • Once a User logs in you are good to go and Whenever the user next time visits this website the user is not reqiuired to log in Again.

  • This Application is using MongoDB Atlas's free Cloud Service as the Database Service.

Tech Stack 💻

Screenshots:-

🤝 How To Contribute?

  • Take a look at the Existing Issues or create your own Issues!

  • Wait for the Issue to be assigned to you after which you can start working on it.

  • Fork the Repo and create a Branch for any Issue that you are working upon.

  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.

  • Add Screenshots to help us know what this Script is all about.