CodeLAb assignment-01 code base that belongs to my office work. This is Angular web application. β:boat: :boat:
Licenses this source under the MIT License,You may not use this file except in compliance with the License.
- CSV data File uploader
- All CRUD operation has implemented
- Push Notification - Socket-io
This window use for log into application. Before upload CSV file you need to login to application. When you enter correct user email and password application will get JWT valid token. This Token will save in web browser local storage.
user this credentials for login.
User Email | Password | |
---|---|---|
[email protected] | test123 | Tested |
[email protected] | dev123 | Tested |
About CSV files upload page
This window use for upload .csv and .xlsx files. Before upload CSV file you need to select files from your local machine. You can select multiple files also. You can remove unwanted file that you have already selected. when you press submit all file will save in DataBase (PostgressQL).
selected file | Selecting file | uploading file |
---|---|---|
About Dashboard View and CRUD UI
This componet use for display every records in DB. after upload .CVS into database this view will show data. as well as user can Edit and Delete each and every records one by one.
Dashboard View | Edit Vehicle | Delete Vehicle | Add New Vehicle |
---|---|---|---|