Cocoon is a reddit-like app for kids and young adults. It will be using Clarifai to moderate images and videos when users are posting.
- Clone repo
- Create an account with Clarifai and get an API Key
- Create a
.env.development
and.env.production
file in the root directory - In those two
.env
files, add aCLARIFAI_KEY=<YOUR API KEY>
where is the key provided to you from Clarifai. - For creating tables and modifying data, use the Hasura console to work with database.
- In the terminal, run the command
gastby develop