Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 230 Bytes

SEC2_Crypto

Small programming project to showcase awesome encrypting skills

Used Frameworks

  • NodeJS
  • Express
  • Mongoose
  • Crypto

How to Run

  1. $ npm install
  2. $ mongod --dbpath /*path-to*/data/db
  3. $ npm start