Skip to content

Mr-Nobody003/Wanderblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wanderblog

Welcome to the Wanderblog project! This repository contains the source code for a fully functional blog website built using modern web development technologies.

Features

  • Create, edit, and delete blog posts
  • User authentication (login, registration)
  • Commenting on posts
  • Responsive design
  • Markdown support for writing posts
  • Search functionality
  • Pagination for blog posts

Technologies Used

  • MERN Stack
  • Tailwind CSS

Backend Setup

  1. Clone the repository
  2. Navigate to the backend directory using cd backend
  3. Install dependencies using npm install or npm i
  4. Create a .env file and add the necessary environment variables from .env.example
  5. Start the server using npm run dev

Frontend Setup

  1. Then, after backend setup, open a new terminal
  2. Navigate to the frontend directory using cd frontend
  3. Install dependencies using npm install or npm i
  4. Create a .env file and add the necessary environment variables from .env.example (remove (url) part)
  5. Start the server using npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • CSS 4.1%
  • HTML 0.8%