More Premium Hugo Themes Premium Nextjs Themes

Feedback

Feedback is a platform built with Next.js, TypeScript & Prisma to collect issues, ideas, and compliments.

Feedback

Feedback is a platform built with Next.js, TypeScript & Prisma to collect issues, ideas, and compliments.

Author Avatar Theme by duyet
Github Stars Github Stars: 29
Last Commit Last Commit: Aug 19, 2023 -
First Commit Created: Dec 18, 2023 -
Feedback screenshot

Overview

Feedback is a platform designed to collect feedback in the form of issues, ideas, and compliments. It is built using Next.js, TypeScript, and Prisma, and is currently in the closed beta stage of development.

Features

  • Collect issues, ideas, and compliments from users
  • Built with Next.js, TypeScript, and Prisma
  • Dashboard to manage and view feedback
  • Integration with Vercel for easy deployment

Installation

To install the Feedback platform, follow these steps:

  1. Change the directory to the “./dashboard” folder and install the necessary dependencies.
  2. Create a .env file using the .env.example as a template.
  3. Initialize the database by running the provided command.
  4. Seed the database with sample data by running another command.
  5. Start the development server.
  6. Open http://localhost:3000 in your browser to see the dashboard.
  7. Note that the dashboard uses Next proxy to route http://localhost:3000/docs to http://localhost:3001/docs, so make sure to start both the dashboard and the docs at the same time.

To view the documentation, follow these additional steps:

  1. Change the directory to the “./docs” folder and install the necessary dependencies.
  2. Open http://localhost:3001/docs in your browser to see the documentation.

Summary

Feedback is a platform built with Next.js, TypeScript, and Prisma for collecting user feedback. It provides a dashboard for managing and viewing feedback, along with documentation for users. The installation guide provides step-by-step instructions for setting up the platform locally.