sashankshukla / splash

2 stars 0 forks source link

Feat/image upload #64

Closed sashankshukla closed 1 year ago

sashankshukla commented 1 year ago

Things in here :

  1. Multiple image file upload front end: this has been set up and is working, the apis that use this have been changed to set images to an empty array till @daman917 sets up aws s3 to provide the mongo models with urls.
  2. Edit Listing : The logic of it is a bit dicey so i would recommend testing it out whenever you can but this is working too.
  3. Add User : When a user logs in for the first time, functinoality has been setup to also add the user to the db if they dont already exist.