Giter Club home page Giter Club logo

blogging-app's Introduction

Blogging App

A simple Blogging App where users can create an account, sign in/up, and create and post blogs. This project uses Hono library for HTTP routing, Cloudflare Workers for serverless execution, PostgreSQL for the database, and Prisma as the ORM with a connection pool.

Features

  • User authentication (sign in/up)
  • Create, read, update, and delete (CRUD) blog posts
  • View an author's complete blogs
  • Secure endpoints using Cloudflare Workers
  • Database connection pooling with Prisma

Technologies Used

  • Hono: A minimalistic JavaScript library for HTTP routing.
  • [Cloudflare Workers]: Serverless execution environment for running server-side code.
  • [PostgreSQL]
  • Prisma: Modern database access toolkit with an ORM layer and connection pool.

Prerequisites

  • Node.js
  • npm
  • Cloudflare Workers account
  • PostgreSQL database
  • Prisma CLI

Setup

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/blogging-app.git
  2. Navigate to the project directory:

    cd blogging-app
  3. Install dependencies:

    npm install

Configuration

  1. Create a .env file in the project root with the following environment variables:

    DATABASE_URL="your_postgresql_database_url"
    SECRET_KEY="your_secret_key_for_jwt"
    
  2. Initialize and apply database migrations with Prisma:

    npx prisma migrate dev

Deployment

  1. Build the project:

    npm run build
  2. Deploy to Cloudflare Workers:

    npm run deploy

Usage

Local Development

To run the app locally:

npm run dev

blogging-app's People

Contributors

colinct14 avatar

Watchers

Colin C Thomas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.