Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 241 Bytes

A notes app built with Nuxt 3

Requirements to run app

.env file at project root:

DATABASE_URL="postgresql://username:password@localhost:5432/notes?schema=public"

NUXT_SECRET_KEY_P="dkkkj123"

NUXT_SECRET_KEY_R="chidi2000"