Skip to content

This is a Simple Blogging Application similar to medium, backend is in hono and deployed on cloudflare workers and frontend is in react.

Notifications You must be signed in to change notification settings

Shivam29k/medium-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intialization

Backend

npm install

npx prisma migrate dev --name init_schema

npx prisma generate --no-engine

npm run dev
npm run deploy

./.env

DATABASE_URL="prostgres connection string"

./wrangler.toml

name = "backend"
compatibility_date = "2023-12-01"


[vars]

DATABASE_URL="prisma connection pool string"
JWT_SECRET="jwt secret key"

frontend

npm install
npm run dev

About

This is a Simple Blogging Application similar to medium, backend is in hono and deployed on cloudflare workers and frontend is in react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published