This application provides a GUI to interact with the Unstructured Serverless API. It may look quite complete, but there are still plenty of bugs to fix before this application is ready to launch.
Please duplicate this repository on Github, and make the repository private. We will coordinate who to add as collaborators later.
All we want you to do at this point is get it installed, get familiar with the code, and provision an API Key. Running it in the browser and messing around is also recommended, but we aren't asking you to do any coding outside the interview!
If you have any problems at all, please reach out to your interview coordinator to pair you up with someone to fix whatever issue you might be having. We ask each other for help all the time, don't be shy if you get stuck!
Once you have the project running you should see something like the image below at http://localhost:5173/.
Run the install command:
npm install
Run the dev server:
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start