Skip to content

Simple Bookstore Example using NodeJS and MongoDB ( get , add , delete , update operations )

Notifications You must be signed in to change notification settings

okandavut/nodejs-mongodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-NodeJS-MongoDB-Example

Simple Bookstore Example using NodeJS and MongoDB ( get , add , delete , update operations )

Project Setup :

  1. Setup MongoDB on your computer.
  2. Start MongoDB server ( For help : https://docs.mongodb.com/manual/tutorial/)
  3. Create database named bookstore
  4. Create collection genres example : db.genres.insert( { "name" : 'Self Help' } )
  5. You can insert more datas.
  6. Create collection books example query : db.books.insert({name:'The Murder House', genre:'Suspene', description:'Test acıklaması', author:'Okan', publisher:'sirket',pages:'480', image_url:'http://i.dr.com.tr/cache/500x400-0/originals/0001700270001-1.jpg',buy_url:'ttp://www.dr.com.tr/Kitap/Kiz-Arkadasim-Dokuz-Kuyruklu-Bir-Tilki/Edebiyat/Roman/Romantik/urunno=0001700270001'})
  7. After install NodeJS on your computer.
  8. Run npm install on command line.
  9. After run node app.

About

Simple Bookstore Example using NodeJS and MongoDB ( get , add , delete , update operations )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published