Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web interface to upload/download files #7

Open
2 of 5 tasks
michelkluger opened this issue Nov 12, 2024 · 0 comments
Open
2 of 5 tasks

web interface to upload/download files #7

michelkluger opened this issue Nov 12, 2024 · 0 comments

Comments

@michelkluger
Copy link
Owner

michelkluger commented Nov 12, 2024

requirements:

  • web app should be done in Django + FE (can be done with a django form for simplicity)
  • a user should be able to upload a file
  • a user should be able to download the output file
  • lets create a table model for user file to have upload date, some metadata about file size, later we can add more fields

optional:

  • create a login system for users, a registration form, a model for users and connect that to the file uploaded

how to do it (what this will teach you)?

learn how to create a simple django app
learn about MVC https://medium.com/shecodeafrica/understanding-the-mvc-pattern-in-django-edda05b9f43f
understand about url routes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant