Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KayvanMazaheri committed Jan 15, 2018
2 parents 0d2963c + 23c68fd commit 35c3272
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Hash Server

<h1 align="center">
<img height="200" src="client/src/assets/logo.png" alt="Hash Server Logo"><br>
Hash Server
</h1>

:closed_lock_with_key: Secure Remote Hashing Server - IT Engineering Course @ IUT ( :o: Bonus Project )
--- _Read the [Project Statement](STATEMENT.md)._

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

0 comments on commit 35c3272

Please sign in to comment.