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