This repository contains a proof-of-concept app for images manual classification.
See Readme files in client and server to configure your .env files (one for each folder).
- The application requires MongoDB.
- Install the dependencies using
npm installon each subfolder. - Run the server using
npm run dev. - Run the client using
npm start.
