Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaureshpai/interpretations-management-app
Interpretations Manager: Effortlessly manage interpretations with this Next.js app backed by AppWriter. View, edit, and delete interpretations with ease. Simplify your interpretation management tasks today! 🌟
https://github.com/gaureshpai/interpretations-management-app
html-css-javascript mongodb mongoose tailwindcss typescript
Last synced: 2 days ago
JSON representation
Interpretations Manager: Effortlessly manage interpretations with this Next.js app backed by AppWriter. View, edit, and delete interpretations with ease. Simplify your interpretation management tasks today! 🌟
- Host: GitHub
- URL: https://github.com/gaureshpai/interpretations-management-app
- Owner: gaureshpai
- Created: 2023-04-23T12:48:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T20:48:17.000Z (8 days ago)
- Last Synced: 2025-02-02T21:26:57.721Z (8 days ago)
- Topics: html-css-javascript, mongodb, mongoose, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://gginterpretations.vercel.app
- Size: 5.74 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Interpretations Management App
This web application allows users to manage interpretations, providing a platform to view, edit, and delete interpretations stored in the database. It utilizes Next.js for the frontend and AppWriter as the backend service.
## ✨ Features
- **View Interpretations:** 👀 Users can view a list of interpretations fetched from the backend.
- **Edit Interpretations:** ✏️ Users can navigate to edit interpretation pages for making changes.
- **Delete Interpretations:** 🗑️ Users can delete interpretations directly from the list.## 🛠️ Technologies Used
- **Frontend:** Next.js, React
- **Backend:** AppWriter
- **Styling:** Tailwind CSS## ⚙️ Installation and Setup
1. **Clone the repository:**
```
git clone https://github.com/gaureshpai/Interpretations-Management-App.git
```2. **Install dependencies:**
```
cd Interpretations-Management-App
npm install
```3. **Configure AppWriter backend:**
- Set up your AppWriter account and configure the backend endpoints.
- Replace the endpoint URLs in the code with your AppWriter backend URLs.4. **Run the development server:**
```
npm run dev
```5. **Open [http://localhost:3000](http://localhost:3000) to view the app in your browser.**
## 🚀 Backend API Endpoints
- **GET /api/interpretations:** Fetches all interpretations.
- **DELETE /api/interpretations/:id:** Deletes an interpretation by ID.## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🌟 Contributors
- Gauresh
## 🙏 Acknowledgments
- Thanks to AppWriter for providing the backend service.
Feel free to contribute to the project by submitting issues or pull requests. Happy interpreting!