Skip to content

dariuspasca/bitrock-news

Repository files navigation

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