There will be an option to upload csv or excel file with maximum file size limit. After uploading file, Need to read data from that file and arrange those information in a table exactly how informations arrange in that specific file using the column header
Backend : php or javascript (NodeJs), Also you can use any frameworks like laravel, express etc.
Frontend: Language independent
-
To run the backend go to
backEnd
folder and typenpm install
. All the npm package will be installed. And then typenpm run start-dev
. This will start or open your local server on 5000 port. -
To run the frontend go to
frontEnd
folder and typenpm install
. All the npm package will be installed. And then typenpm start
. This will start or open your local server on 3000 port. -
Only .xls, .xlsx & .csv file type accepted.File size need to be less than 2MB. You ca found necessary file inside another folder named
files_for assignment_checking