Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 364 Bytes

LogServer

Log Server for DSD06

Software required

  • Webstorm : IDE to code
  • Prepros: Software for compile sass/scss => css
  • Robomongo: View database NoSQL
  • Postman: Test GET/POST/PUT/DELETE

Language

  • NodeJs (Server)
  • MongoDB (Database)
  • Jade (View)

Init, start server

Step 1: Import module

npm install

Step 2: Start server

npm start