The backend has been built using:
- Node and Express
- PostgreSQL database
Check the app live at https://smart-brain-app.netlify.com/
To run the project locally:
- Clone the respository
- Run npm install
- Run npm start
Note:
- You will need to have postgreSQL installed in your system, and modify the 'db' variable in index.js referring to knex documentation
- You will have to add your own Clarifai API key in /controllers/image.js