Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.53 KB

CryptoMaster

.Net core 2 + Vue.js app to compare cryptocurrency listings and store user purchases. Uses Okta identity provider for managing users and storing data chunks. Another show-off project.

The motivation

I wanted to learn cool technologies but got left out of ideas for the project. Since I consider myself an earlyadopter of cryptocurrencies I thought what the hell, let's take good stuff and implement them into something useful. So there it is, the comparison site and investment tracker all-in-one. Hope the big guys won't sue me. Enjoy =)

The kudos to authors:

The prerequisites

Few things you need to get done before starting the project:

  • install Node.js environment at https://www.npmjs.com/get-npm
  • install .Net core SDK at https://www.microsoft.com/net/download/windows
  • within your CLI, clone repository and navigate to root folder (/CryptoMaster)
  • hit npm install to restore all required node packages for the web project
  • hit dotnet restore to restore all required dependencies for the backend project
  • hit dotnet run to start the project and navigate to http://localhost:50237

Published version

If you would rather just play with the app, check it out on [Azure websites](http://cryptomaster.azurewebsites.net "CryptoMaster Homepage") (not available at the moment)