/chris-gram-next

chris gram is back, now in Next.js

Primary LanguageJavaScript

chrisgram v2

  • chrisgram v2 is a image sharing guestbook application for chrislee.wtf
  • chrisgram v1 (Dockerized + MERN Stack) can be found here

  • Front-End: Next.js
  • UI: TailwindCSS
  • Auth: Supabase
  • DB: Supabase

To install dependencies:

npm i

To run the development server (dev):

npm run dev

Open http://localhost:3000 with your browser to view application.

Todo List for v2

  • Match styling to chrislee.wtf
  • Create Feed (main) component
    • Create 1x Post component
    • Create Posts component (Map Post)
    • Create Upload component
    • Enable infinite scroll on feed
  • Create and connect to Supabase DB
  • Decide on types for DB Table & pass to variables
  • Auth (Supabase)
    • Login
    • Likes
    • Upload
  • Integrate into chrislee.wtf as guestbook

Todo List for Auth

  • Create Table & Rules in SQL
  • Connect Auth
  • Connect Storage Bucket to Table
  • Add config
  • Style CRUD