- URL ✅
- Image upload ❌ (coming soon)
- jpg
- png
client- React application in Javascriptserver- NodeJS express server applicationserver/colors- Python scripts for color extracting
- Installed
virtualenvfor starting the python scripts in a virtual environment
- Clone repo
- Run
npm run startfrom the root to start the server and the client simultaneously - Alternatively,
cd client && yarn startandcd server && npm run start