Skip to content

akshat99812/Nerd-Blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nerd Blogging Website

This project is a Medium-like blogging website built with modern web technologies. The frontend is developed using React.js, the backend is powered by Hono, and the database is managed with PostgreSQL using Prisma as the ORM.

Table of Contents

Features

  • User authentication and authorization
  • Create, read, update, and delete blog posts
  • Comment on blog posts
  • Like and bookmark blog posts
  • User profiles with bio and profile picture
  • Responsive design for mobile and desktop

Tech Stack

Frontend:

  • React.js
  • Tailwind CSS

Backend:

  • Hono (A minimal web framework)
  • Node.js
  • Prisma (ORM)
  • PostgreSQL (Database)

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/medium-blogging-website.git
    cd medium-blogging-website
  2. Install frontend dependencies:

    cd frontend
    npm install
    # or
    yarn install

Running the Application

  1. Start the frontend development server:

    cd ../frontend
    npm start
    # or
    yarn start
  2. Open your browser and navigate to http://localhost:3000.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published