Skip to content

Gabriel-Passoss/feedget-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedget Back-end

The server of the feedback widget, where it can be placed on any website to receive user feedback

Functionalities

  • Store in the database of feedbacks received
  • Send an email to the website owner notifying them that new feedback has been received
  • Automated tests

Used Stack

Back-end: TypeScript, Node.JS, Express, Cors, Jest, Nodemailer

Running locally

Clone the project

  git clone https://github.com/Gabriel-Passoss/feedget-back.git

Enter the project directory

  cd feedget-back

Install the dependencies

  npm install

Launch the app

  npm run dev

Environment variables

To run this project, you will need to add the following environment variables to your .env

DATABASE_URL

About

The back-end of feedget to save the feedbacks and send an email to website owner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors