https://github.com/farab-hussain/promptopia-next-js
PromptMaster: A Dynamic Web App for Managing Prompts with Next.js, MongoDB, and Expr
https://github.com/farab-hussain/promptopia-next-js
express-js mongodb mongodb-atlas next-auth nextjs
Last synced: 3 months ago
JSON representation
PromptMaster: A Dynamic Web App for Managing Prompts with Next.js, MongoDB, and Expr
- Host: GitHub
- URL: https://github.com/farab-hussain/promptopia-next-js
- Owner: Farab-Hussain
- Created: 2024-08-02T16:00:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:36:21.000Z (9 months ago)
- Last Synced: 2025-04-15T15:05:19.932Z (3 months ago)
- Topics: express-js, mongodb, mongodb-atlas, next-auth, nextjs
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prompt Management Website
This is a web application built using **Next.js**, **MongoDB Atlas**, and **Express.js**. It allows users to create, edit, delete, and view prompts. The application also supports user authentication with sign-in and sign-out functionality.
## Features
- **Create Prompt**: Users can create new prompts.
- **Edit Prompt**: Users can modify existing prompts.
- **Delete Prompt**: Users can delete prompts.
- **View Prompts**: Prompts are listed for users to view.
- **Authentication**: Sign in and sign out functionality for user accounts.## Technologies Used
- **Next.js**: React framework for server-side rendering and building fast web applications.
- **MongoDB Atlas**: Cloud database service to store prompts and user data.
- **Express.js**: Web framework for building the API and handling backend logic.
- **Node.js**: JavaScript runtime for server-side operations.