Skip to content

alan-toledo/GAE-standard-flexible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Engine (Standard and Flexible): Google Cloud Storage, Google Cloud Datastore, Node.js, Angular 7.2, Python 3.7

In this application you can upload a csv file for analyze its content. For each csv file uploaded (Google Cloud Storage) a record will be created that is based in RESTful API on Google Cloud Datastore through Express.js (Node.js).

This application uses two services based on App Engine Standard: Front-End (CRUD) and Back-End (Compute)

Front-End

  • Angular 7.2.0
  • Bootstrap 4.4.1
  • Express.js
  • Google Cloud Storage
  • Google Cloud Datastore
  • Node.js

Back-End

  • GCSFS: A pythonic file-system interface to Google Cloud Storage.
  • Flask 1.1.2
  • Python 3.7

License

MIT