This application was developed during NLW08 Return, made by Rocketseat. 🚀
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.
- 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
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.