Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farab-hussain/promptopia-next-js
https://github.com/farab-hussain/promptopia-next-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/farab-hussain/promptopia-next-js
- Owner: Farab-Hussain
- Created: 2024-08-02T16:00:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:12:14.000Z (5 months ago)
- Last Synced: 2024-08-02T19:59:04.278Z (5 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- 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.