A MERN stack website that allows users to read and post news articles.
- Clone the repository using
git clone https://github.com/rajput999/News-website.git
. - Navigate to the cloned directory using
cd News-website
.
- Navigate to the Frontend using
cd Frontend
. - Install the dependencies using
npm install
. - Start the server using
npm start
.
- Navigate to the Backend using
cd Backend
. - Install the dependencies using
npm install
. - Start the server using
npm start
.
- Open your web browser and navigate to
http://localhost:3000
. - You can read news articles without logging in.
This project is developed by Abhishek Rajput.