- Run
cd server
- Run
npm install
- Run
npm start
- You must add your own API key in the
controllers/image.js
file to connect to Clarifai. You can grab Clarifai API key here
** Make sure you use postgreSQL instead of mySQL for this code base.
- Run
cd frontend
- Run
npm install
- Run
npm start