- Clone this repo
- You must add your own API key in the
.env
file to connect to Clarifai API - Add your own database credentials to
.env
You can grab Clarifai API key here
- Run
npm install
- Run
npm start
to start the application - The application will be available at
http://localhost:3000
Ensure that you have Docker and Docker Compose installed on your machine.
- Build the Docker image by running
docker-compose build
- Start the application by running
docker-compose up
- The application will be available at
http://localhost:3000
To stop the application, use docker-compose down
.
** Make sure you use postgreSQL instead of mySQL for this code base.