Your personal blog app.
A blog app, that you can create, edit, delete posts. Its meant to be fast so it uses ISR technology that Next.js provides. In order to be able to perform admin actions you must have valid admin_key
in your cookies that matches with ADMIN_KEY
environment variable that you provided.
- set
DATABASE_URL
(mongo) to.env
file - set
ADMIN_KEY
to.env
file yarn dev