Skip to content

kulkultech/hackathon-kit

Repository files navigation

Hackathon Kit

How it works?

It combines the flexibility of Strapi CMS, DataViz and quick query of Metabase and awesomeness of Postgres database.

It uses docker-compose to have this starter kit run out of the box.

How to use?

  • Install dependencies
npm i
  • Run docker-compose
docker-compose up -d
  • Run strapi
npm run develop