Skip to content

LT-demos/mongodb-find-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-find-demo

In this demo,you can insert some {name,password} into database,

after that you can find name and password by name from database.

Not only console.log(),I used response.send

Start server

1.npm install

2.node app.js

3.open another terminal

Insert Something

curl http://localhost:3000/insert

Find by name

curl http://localhost:3000/find

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%