mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
Frontend revamp with Vue
[frontend] Created UserAvatarComponent to make better reusability of this component and adapted views and components to it [frontend] It is now possible to upload a photo of the user when creating the user [frontend] Deleting the user deletes the photo in the filesystem [backend] Added logic to receive uploaded user photo and store it in the filesystem under user_images directory [backend] Added logic to /user_images be routed when requested [docker] Updated docker files and example docker compose file
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -8,6 +8,11 @@ backend/*.pyc
|
||||
backend/logs/*.log
|
||||
backend/*.log
|
||||
|
||||
# user image folder images
|
||||
backend/user_images/*.jpeg
|
||||
backend/user_images/*.png
|
||||
backend/user_images/*.jpg
|
||||
|
||||
# Frontend
|
||||
frontend/img/users_img/*.*
|
||||
# Logs
|
||||
|
||||
Reference in New Issue
Block a user