This application stores user inputs in database we use mongoda for database
The simple way to store data un database(mongodb) using mongoose
for usage replace with mongodb cluster uri
for finding your mongodb uri follow the process in this video https://youtu.be/Ej05tq1220A
mongoose.connect("**your mongodb uri**",{
useNewUrlParser:true,
useUnifiedTopology:true
});