- Create the
.envby using.env.exampleas a reference:cp .env.example .envFor the environment variables, you will need:- Postgres SQL, you can run it locally or set up any cloud Postgres database
- Clarifai API key, get one at https://www.clarifai.com/
- Install dependencies:
npm i - To reset database:
npm run db:reset - Run the server:
npm run local - Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x