lioritach / filesupload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filesupload

home A web-based page that will allow users to upload files

  • Files can be sent via email.
  • Users can choose to upload single/multi-files per upload.
  • The user will get status about the process: uploading/finished successfully.
  • Each user will have a username and password that will allow them to stop images privately.
  • The structure of storing will be user_id, file_id.
  • The files will be stored at MongoDB.
  • Each user's password will be encrypted and secure. To run the project: For the backend:
  • cd yourPath/filesupload/api
  • npm run dev Open another terminal and then: For the fronted:
  • cd yourPath/filesupload/app
  • npm start. Enjoy :)

About


Languages

Language:JavaScript 81.1%Language:SCSS 16.7%Language:HTML 2.2%