likemind is an open source app that aims to keep track of various companies and brands in an effort to associate relevant activities that they engage in.
- Node 18+
- Docker
Setup your .env file with the necessary config:
DATABASE_URL=postgres://default:password@localhost:5432/likemind_db
JWT_SECRET=secret
OPENAI_SECRET=secret
SUPABASE_URL=https://example.supabase.co
SUPABASE_KEY=publicInstall the dependencies:
yarn installCreate the docker image:
docker compose upStart the database on http://localhost:5432 and the development server on http://localhost:3000 in two separate terminals:
docker compose up
yarn devSingle terminal development will be enabled once installs are more stable. Soon!!!
Special thanks to my sweet little babies for making my world so much brighter: Bobo, Noah, Yue, and Zym! <3