coding-to-music / websockets-next-flatfile-contacts-supabase

Does not work, incomplete, and original repo is the Next create app starter, not finished app. Building a contacts management system with Websockets, react-spreadsheet, NextJS, Supabase, and Flatfile

Home Page:https://websockets-next-flatfile-contacts-supabase.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websockets-next-flatfile-contacts-supabase

The tutorial is not complete in that the supplied code snippets are not clear what files they go into, and the repo is only after the "npx create-next-app@latest contacts"

The supplied repo is at the "hello-world" stage, it does not contain working code

Looks interesting though, but following the tutorial it does not work and the repo is not the finished code.

🚀 Building a contacts management system with Websockets, react-spreadsheet, NextJS, Supabase, and Flatfile 🚀

https://github.com/coding-to-music/websockets-next-flatfile-contacts-supabase

https://websockets-next-flatfile-contacts-supabase.vercel.app

nevo-david/contacts#1

From / By https://github.com/nevo-david/contacts

https://dev.to/github20k/building-a-contacts-management-system-with-nextjs-supabase-and-flatfile-5dk6

https://github.com/iddan/react-spreadsheet

https://iddan.github.io/react-spreadsheet/storybook

https://iddan.github.io/react-spreadsheet/

https://flatfile.com/

https://flatfile.com/docs/concepts/events

https://www.geeksforgeeks.org/what-is-web-socket-and-how-it-is-different-from-the-http/

https://supabase.com/dashboard/projects

Node Environment:

nvm use 18

Environment variables:

see .env.example

SECRET_KEY=
NEXT_PUBLIC_ANON_KEY=
NEXT_PUBLIC_FLAT_PUBLISHABLE_KEY=pk_
FLATFILE_API_KEY=sk_
FLATFILE_ENVIRONMENT_ID=us_env_

GitHub

git init
git add .
git remote remove origin
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:coding-to-music/websockets-next-flatfile-contacts-supabase.git
git push -u origin main

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Does not work, incomplete, and original repo is the Next create app starter, not finished app. Building a contacts management system with Websockets, react-spreadsheet, NextJS, Supabase, and Flatfile

https://websockets-next-flatfile-contacts-supabase.vercel.app


Languages

Language:TypeScript 87.4%Language:JavaScript 7.0%Language:CSS 5.6%