Skip to content

Anshpatwal/Medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published