Final project for ZTM course
- Clone this repo
- Run
npm install - Run
npm start - You must add your own PAT key in the
controllers/image.jsfile to connect to Clarifai API - Add your own database credentials to
server.js
You can grab Clarifai PAT key here
** Make sure you use postgreSQL instead of mySQL for this code base.
visist https://zerotomastery.io/ for more