Skip to content

drewfrost/CryptoRepoBlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain, cryptocurrency and wallet coursework

To run project on blockchain you need heroku account, heroku and git installed.

At first you must login into your heroku account

heroku login 

Than you need to clone this repository

git clone https://github.com/DrewFrost/CryptoRepoBlock.git

After cloning repository you need to cd to the folder and run

heroku create 

The last step is to push your project to heroku

git push heroku master

After pushing to heroku you will see messages confirming deployment.

To open your node you can run

heroku open

Starting App

To run app in development - npm run dev

Tests

To run tests - npm run test

About

Coursework for Uni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published