Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 670 Bytes

UWDataWeb

Dockerised Flask Web application which allows users to login, view and download data, and get analytics regarding the data.

What I learned?

  1. Back-End: Flask, Celery, Redis
  2. Front-End: HTML(Jinja2),CSS,JavaScript
  3. SQL: PostgreSQL, SQLAlchemy
  4. Containers: Docker, Docker-Compose

Moving on what we need to do (To deploy app):

  1. Deploy Docker app to Azure app engine
  2. Move data from file system to Azure storage
  3. Move Database from PostgreSQL to Azure Database
  4. Use Azure API to give the users ability to read and write data from Azure storage

What we need to do (Feature additions):

  1. Provide users ability to download various types of files