HesamR / simple-blog

a simple blog example

Home Page:https://simple-blog-kgft.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple blog

a very simple blog for demonstration purposes. you can view the app on here

  • CAUTION: this is hosted on a free service (Render) so it might take a while to load up (it spins down after periods of inactivity)

Features

  • Email verfication
  • Forget password mechanesim
  • Authentication with session cookies
  • Database with postgresql (using Prisma)
  • UI with react
  • Rich Text Editor (with tiptap)

Development

make sure you create .env file based on .env.example then run npm run prisma:deploy to set migration on database then you can start by npm run dev

Build

run npm run build then you can run on production with npm run start:prod

About

a simple blog example

https://simple-blog-kgft.onrender.com

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 1.7%Language:HTML 0.4%Language:Handlebars 0.1%