Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 361 Bytes

LibraryLight

LibraryLight project.

Using

Based on

Node.js and MongoDB.

Node.js modules

  • To use MongoDB, node-mongodb-native is used.
  • To manage sessions, I'm using these modules : express, express-session, connect-mongo
  • To force HTTPS, express-force-ssl is used.
  • To make hashes, bcrypt is used.