Skip to content

kaushikappani/Data-Storing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Storing

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   
});    

and to install required pakages in command line enter ``` npm install ``` that install all the required modules. and now you are connected to mongo db.

About

This application stores user inputs in database we use mongoda for database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published