ProjectsDocument Lookup API
Document Lookup
Link to Demo
I was contracted at the end of December 2023 to produce a document lookup for a cannabis company. The purpose of the api was so that their customer could search based on name or batch id and find testing information for their products.
The site / api is built on next.js, this was my first major project using next and it was a blast getting to use it, I am a big fan of the platform.
The api itself is pretty simple it takes in a search term and utilizes the Google Drive api to search the client's google drive folder. The biggest win for this project to me was the fact that they did not have to change their business process. Utilizing the Google Drive API is also free so the client incurred no recurring costs.