Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 693 Bytes

Hash Server Logo
Hash Server

🔐 Secure Remote Hashing Server - IT Engineering Course @ IUT ( ⭕ Bonus Project )
--- Read the Project Statement.

Run

Run From Binary

  1. Download the latest binary release according to your OS and architecture.
  2. Just run the binary file!
  3. Access the client from http://localhost:3000 or http://kmazaheri.ir/hash-server

Run From Source

git clone https://github.com/KayvanMazaheri/hash-server.git
cd hash-server/server
npm install
npm start