/NLW_08_FeedGet

Feedback Widget App

Primary LanguageTypeScript

FeedGet

Demo: https://nlw-08-feed-get.vercel.app

Application of a Feedback Widget that get users feedback using an intuitive and clean interface.

Feedback Widget Cover

Running locally

Server

In the server folder create a .env file using the .env.example as example with your database and mail provider info, then run the following commands:

For testing purposes, I recommend using mailtrap as a fake mail provider tool.

# Install dependencies
yarn

# Run prisma migrations in dev mode on you database
yarn migrate dev

# Run locally on port 3333 in dev mode
yarn dev

Web

In the web folder create a .env.local file with same content as .env.example, then run the following commands:

# Install dependencies
yarn

# Run locally on port 3000 in dev mode
yarn dev

Access the application on http://localhost:3000

Layout

You can check out the Figma design in this link: Feedback Widget

Tech

Frontend

Server

Mobile

Credits

Application designed and ideated in the Next Level Week #8 - Return, and event created by Rocketseat.