This is a simple blogging app inspired by Medium. Users can create, edit, and manage blogs.
- Frontend: React + TypeScript
- Backend: Hono
- Database: PostgreSQL
- ORM: Prisma
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Set up the database in the
.env
file:DATABASE_URL=your-database-url
- Run migrations:
npx prisma migrate dev
- Start the app:
npm run dev
- User authentication
- Blog creation and editing
- Responsive design
For questions or feedback, reach out at [email protected].