zloc-alz / not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not (under construction)

Self-destructing notes with next.js, prisma and planetscale.


Getting Started

Clone this repository. Install dependencies:

yarn

Connect PlanetScale Database:

pscale auth login
pscale database connect --service=notez --alias=notez

Run the development server:

yarn dev
npx prisma studio

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

Todo

  • Delete Note on API read
  • URLs
  • Themes

About


Languages

Language:JavaScript 96.2%Language:CSS 3.8%