1 2 3 4 5 6 7 8 9 10 11 12# SmartBrain-api - v2 Final project for Udemy course using `knex.js` library for connecting to PostgreSQL 1. Clone this repo 2. Run `npm install` 3. Run `npm start` 4. You must add your own API key in the `controllers/image.js` file to connect to Clarifai API. You can grab Clarifai API key [here](https://www.clarifai.com/) ** Make sure you use PostgreSQL instead of mySQL for this code base.