Skip to content

Small web app written in Go and React to monitor BItcoin's price fluctuation

License

Notifications You must be signed in to change notification settings

Dallsant/Btc-price-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-price-monitor

Small web app written in Go and Angular to monitor Crypto currencies price fluctuation.

How to install?

1- Backend

1.1 - You'll need to install Golang from https://golang.org/doc/install

1.3 - Inside /Backend/ install all Golang dependencies:

  • go get -u github.com/jinzhu/gorm

2- Frontend

2.1 - You'll need to have installed both Node version 12.x and Angular 7.x +

2.2 - Install Node packages by running:

  • npm install

How to run?

3- Inside /Backend/ run:

  • go run *.go

or create a build by using:

  • go build then run the binaries:
  • ./Backend

4- Inside /Frontend/ run:

  • ng serve

or generate a build using:

  • ng build --prod --build-optimizer=true

About

Small web app written in Go and React to monitor BItcoin's price fluctuation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published