Skip to content

faizanx168/medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Web Development Blog Site

This repository contains the code for a cutting-edge blog site focused on advanced web development topics. Built with the power of React, Tailwind CSS, and TypeScript on the frontend, and Hono hosted on Cloudflare Workers for the backend, this project exemplifies a modern, serverless architecture that's both scalable and efficient.

Built With

  • Frontend: React, Tailwind CSS, TypeScript
  • Backend: Hono, Cloudflare Workers
  • Database: PostgreSQL
  • ORM: Prisma
  • Deployment: Vercel (Frontend), Cloudflare Workers (Backend)
  • Package: commons available on npm

Features

  • Type-safe interface with TypeScript
  • Serverless backend using Cloudflare Workers
  • Lightweight and fast routing with Hono
  • Responsive and stylish UI with Tailwind CSS
  • Continuous deployment with Vercel
  • PostgreSQL database integration with Prisma ORM

Getting Started

Prerequisites

  • Node.js
  • npm or yarn
  • PostgreSQL

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/your-repository-name.git

2: Install dependencies: bash

cd your-repository-name npm install Set up your environment variables in a .env file: makefile DATABASE_URL="your-database-url" Run the development server: bash

npm start Usage Visit http://localhost:3000 to view the app in development mode. The page will reload if you make edits.

Project Link: https://github.com/your-username/your-repository-name

Acknowledgements Cloudflare Workers Vercel Prisma Tailwind CSS css

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published