Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 777 Bytes

README.md

File metadata and controls

41 lines (35 loc) · 777 Bytes

Blog App - Medium Clone

Overview

This is a simple blogging app inspired by Medium. Users can create, edit, and manage blogs.

Tech Stack

  • Frontend: React + TypeScript
  • Backend: Hono
  • Database: PostgreSQL
  • ORM: Prisma

Setup

  1. Clone the repository:
    git clone <repository-url>
  2. Install dependencies:
    npm install
  3. Set up the database in the .env file:
    DATABASE_URL=your-database-url
  4. Run migrations:
    npx prisma migrate dev
  5. Start the app:
    npm run dev

Features

  • User authentication
  • Blog creation and editing
  • Responsive design

Contact

For questions or feedback, reach out at [email protected].