/promptopia

Example application to learn NextJS App router

Primary LanguageJavaScript

promptopia

Promptopia is an open-source AI prompting tool for modern world to discover, create and share creative prompts.

Also, Promptopia is a way for me try out App router in NextJS.

Based on JavaScript Mastery Tutotial.

Getting Started

Run first time setup:

./script/setup

Make sure to update .env with config settings for Google authentication, Next Auth, and MongoDB.

Next, run the development server:

./script/server

Open http://localhost:3000