Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.99 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.99 KB

bitrock-news

A HackerNews-like clone build with Vue.js 3 and Supabase. Inspired by the supabase-graphql-example

Backend

Frontend

Functionality

  • Registration
  • Get a feed of posts
  • Create Post
  • Delete Post
  • Create Comment
  • Delete Comment
  • Upvote/Downvote Post
  • View Profile
  • Edit Profile
  • Pagination (Posts, Comments)

QuickStart

Setup env vars

Install dependencies, run app

pnpm i
pnpm dev