Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farab-hussain/promptopia-next-js


https://github.com/farab-hussain/promptopia-next-js

Last synced: about 2 months ago
JSON representation

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.