Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 366 Bytes

Simple Library Aplication

What

Library Aplication build with express js and mongodb

Installation (the slow way)

  • type git clone git@github.com:ilhamarrouf/MyLibrary.git projectname to clone the repository
  • type cd projectname
  • type npm install
  • type nodemon start to running project
  • open browser and open url localhost:3000