Skip to content

turkerdev/devblog

Repository files navigation

Blog

Your personal blog app.

Details

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.

Development

  • set DATABASE_URL(mongo) to .env file
  • set ADMIN_KEY to .env file
  • yarn dev

Screenshots

image image image