Skip to content

andromaqui/File-format-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-format-converter

File-format-converter is a web app which allows users to convert files from one format to ther other. So far, the only features that are supported are the conversion from CSVto JSON.

The files to be converted are stored in an AWS S3 bucket, where they are being processed with AWS Lambda functions.

TODO LIST

As the app is still under development, here are the next steps:

  • Deploy project on AWS EC2.
  • Rename files with a generated UUID to avoid overriding in the S3 Bucket.
  • Edit the CSS of the file upload form.
  • Extend app functionality by developing features such as JSON to CSV convertion.
  • Migrate SQLite to MySQL.
  • Set file size limit.

About

A simple file format converter app written in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published