Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-mihir/promptopia
https://github.com/the-mihir/promptopia
next-auth nextjs14 react render tailwind
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-mihir/promptopia
- Owner: the-mihir
- Created: 2024-08-19T12:14:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:28:43.000Z (5 months ago)
- Last Synced: 2024-11-10T23:40:31.160Z (about 2 months ago)
- Topics: next-auth, nextjs14, react, render, tailwind
- Language: JavaScript
- Homepage: https://promptopia-z8e2.onrender.com/
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Project with Next.js, MongoDB, NextAuth, and TailwindCSS
This is a simple CRUD application built using Next.js, MongoDB, NextAuth, and TailwindCSS. The application allows users to create, read, update, and delete items while providing user authentication and a responsive UI.
## Features
- **User Authentication**: Secure authentication using NextAuth.
- **CRUD Operations**: Full CRUD functionality for managing items.
- **Responsive Design**: Styled with TailwindCSS for a mobile-first, responsive design.
- **Database Integration**: MongoDB for data storage.## Technologies Used
- **Next.js**: React framework for server-side rendering and static site generation.
- **MongoDB**: NoSQL database for storing application data.
- **NextAuth**: Authentication for Next.js applications.
- **TailwindCSS**: Utility-first CSS framework for styling.## Getting Started
### Prerequisites
- Node.js (v14.x or later)
- MongoDB (local or cloud-based, e.g., MongoDB Atlas)