Home - grik001/FileUploadSolution GitHub Wiki
FileUploadSolution
This is the first prototype for the FileUpload application.
This application will be used by users simultaneously to upload CSV files to be stored and made available to the user. It has been assumed that users will keep increasing as time goes by, thus a scale-able solution must be implemented. Each user will have his/her own login and must be only able to view his/her files.
The application will be built using .Net technologies and will also make use of 3rd party libraries such as: Redis, SignalR, React to facilitate development both on Front and Back end.
The application will be hosted on Azure for demonstration purposes, thus allowing anyone to use the prototype without having to execute the solution on his/her own machine.