/not

Primary LanguageJavaScript

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