This app was created as a part of solo prework project for Chingu cohort. It is a system aimed to use in heavy machine industry (automobiles, elevators ...) and lets the companies to inform their end users on potential upgrades (instructions, software updates) for their purchased and already shipped units.
LIVE LINK: https://corrective-b0169c.netlify.app//
-
Authorization and registration via Express REST API
-
Search on MongoDB database by unit serial number. Exact matches only (case-insensitive).
Backend code: https://github.com/BabkinAV/Corrective-be
-
Download files from MongoDB database
-
Sorting of search items results
-
Authorized users can also change status of search items via responsive table toolbar
-
Changes to statuses are being saved to MongoDB database on Save click.
-
Companion React Native App: https://github.com/BabkinAV/corrective-android
From the repo:
- Clone the project locally
- Run
npm installin your bash\command line
