Skip to content

duyet/feedback

main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Feedback (Close beta)

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

Please take note that this project is still under heavy development.

Project information and milestone

Screenshot

Getting Started

The Dashboard

Deploy Dashboard with Vercel

Change the directory to ./dashboard and install dependencies:

cd dashboard
yarn

Create the .env file from .env.example:

cp .env.example .env
vi .env

Run the following command to init the database.

yarn prisma migrate dev --name init

Now, seed the database with the sample data in prisma/seed.ts by running the following command:

yarn prisma db seed --preview-feature

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Note: The dashboard using Next proxy to route http://localhost:3000/docs to http://localhost:3001/docs Please start the dashboard and the docs at the same time.

The Docs

Deploy Docs with Vercel

Change the directory to ./docs and install dependencies:

cd docs
yarn
yarn dev

Open http://localhost:3001/docs with your browser to see the result.

The Widget

TBU

Stats

Alt

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages