We have made a scraper (webscrapper.py) which will fetch the details from the website once in 5 seconds. For backend part we have used flask and made a get and a post request.
For frontend part we have used angular.
- Clone the git repository.
- Checkout to backend directory and run command 'python3 coin_app.py'. This will make backend server up and running on the port '5000'.
- Run the web scrapper with command python3 'webscrapper.py'.
- Install angular-cli by 'npm install -g @angular/cli'.
- Checkout to frontend directory and run 'npm install'.
- Run 'ng serve' this will make frontend server up and running on port '4200'.