Skip to content

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

License

Notifications You must be signed in to change notification settings

KayvanMazaheri/hash-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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