BLOGSREAD is a dynamic platform built on the NEXT framework, where users can create and explore blogs from a diverse community of writers.
The website's efficient rendering and dynamic user interfaces enhance the user experience. Additionally, BLOGSREAD offers Dark Mode, providing users with a visually appealing and comfortable alternative theme for reading and interacting with the content.
- Home page to see all the blogs
- Login and SignUp pages for authentication
- LogOut Route
- Create Blog route
- User profile route
- Light and Dark mode
- Error and NotFound page
NOTE: User Profile route is only accessible for logged in user.
- Auth Routes
- Login
- SignUp
- User Routes
- Create a new blog
- Update the blog
- Update his credentials
- Next13
- Axios
- Tailwind CSS
- Node
- Express
- MongoDB
- Mongoose
- Bcryptjs
- JsonWebToken
Clone the fronend and backend repositories, cd into both frontend and backend directories individually.
1. Frontend
- Fork the frontend repository
- Clone the repository (
git clone
) - Install the dependencies (
npm install
) - Run dev command (
npm run dev
)
2. Backend
- Fork the frontend repositry
- Clone the repository (
git clone
) - Install the dependencies (
npm install
) - Run start command (
npm run start
)
NOTE: Run backend start command before frontend start command.
Tests are written for backend. Fork, clone and install all the dependencies and run the following command.
npm run test
Contributions from the community are highly valued and encouraged, as they play a crucial role in refining and expanding the capabilities of this repository, making it a collaborative hub for continuous improvement and innovation.
- Fork the project
- Create your Feature Branch (
git checkout -b feature/FeatureBranch
) - Commit your Changes (
git commit -m "changes"
) - Push to the Branch (
git push origin feature/FeatureBranch
) - Create a Pull Request