Promptbook is the best place to find or post efficient prompts to boost your productivity while using ChatGPT.
This is education project to learn and apply Next.js key features. It includes both FE part and Backend API.
List of used npm packages:
- bcrypt
- mongodb
- next-auth
- mongoose
MongoDB Cloud used to store Prompts data
Also projects deployed on Vercel and can be found here - https://promptbook-zeta.vercel.app/
- Add favicon
- Fix minor errors in console
- Add visual loading state to the 'Sign In' proccess
- Restrict access to all routes except
/to unauthroized users - Implement search:
- by tag
- by keyword
- by username
- [] Implement click on tag
- [] Implement ability to view other profiles
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev