Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 811 Bytes

File metadata and controls

42 lines (35 loc) · 811 Bytes

ShareNet

Visit Site
Social Network for long form content. Share everything you want without any restrictions. Engage with your own community and stay safe.

Requirements

  • Go 1.20
  • Node 18

Usage

git clone https://github.com/pratikstemkar/sharenet.git
cd sharenet
go mod tidy
go run .
cd web
npm i
npm run dev

Tasklist

  • Setup a Next.js Project
  • Setup Redux Store
  • Setup shadcn/ui
  • Create a basic UI for Matches
  • Create Auth UI
  • Create Social UI
  • Setup Backend Project
  • Develop Auth API
  • OAuth in App
  • Session Management in Frontend
  • Database Setup
  • Social API Setup
  • Post upvote
  • User post options
  • Pro user addition
  • Stripe API integration
  • User account setting