Skip to content

Xandowski/feedget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application was developed during NLW08 Return, made by Rocketseat. 🚀

Languages RespositorySize lastCommit

Rocketseat

▶ Preview

Deploy with Vercel

📃 About

Feedget is a feedback application, you choose between 3 options, problem, idea and other. You can take a screenshot of the screen to send along with the comment.

🎨 Layout

🛠 Build with

🎞 Demo

⚙ Features

  • Reload feedbacks after a new feedback registered
  • Reload feedback votes after a new vote
  • Each users can only vote once
  • Fix screenshot url
  • Create a modal to show screenshot
  • A user can unvote

💻 Getting started

git clone https://github.com/xandowski/feedget.git && cd feedget

to run postgres database and adminer:

docker compose up -d

to run backend:

cd server
npm install
npx prisma generate
npm run dev

to run frontend:

cd web
npm install
npm run dev

inside web and server change .env.example to .env.local or .env and put your credentials.