Skip to content

dsc-vast/30-Days-GCloud-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

30 Days Gcloud Dashboard

Under development

Instructions to run

  • Install Requirements

    pip3 install -r requirements.txt
    
  • Install npm packages

    cd frontend
    npm install
    
  • Create the database by running main.py in scrapper

    cd scraper
    python3 main.py
    
  • Create flask app

    cd backend
    export FLASK_APP=server.py
    
  • Run flask app

    cd backend
    flask run
    
  • Go to http://localhost:5000 to get the json response

  • Run Frontend

    cd frontend
    npm run serve
    
  • Go to http://localhost:8080/