A fullstack app that integrates the Google Vision API, and extracts image (Exif) meta data. Built with React, TypeScript, Framer Motion, Node, Express, and Multer.
Obtain a service key for the Google Vision API. The /backend/src/config/index.js
file references the key filename as google-key.json
Create a .env file in the frontend folder using the .env.example file as a reference.
Required in the root directory in order to concurrently run both frontend and backend folders.
Installs the necessary modules for both the frontend and backend directories to run the application.
Runs the app in development mode. Client: http://localhost:5173/ Server: http://localhost:3000/
Creates a production build of the app in the dist directory