https://github.com/kulkultech/hackathon-kit
Fameweka Hackathon Kit
https://github.com/kulkultech/hackathon-kit
hackathon hacktoberfest starter-kit
Last synced: 5 months ago
JSON representation
Fameweka Hackathon Kit
- Host: GitHub
- URL: https://github.com/kulkultech/hackathon-kit
- Owner: kulkultech
- Created: 2019-11-04T15:02:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:01:01.000Z (over 3 years ago)
- Last Synced: 2023-03-05T17:37:19.578Z (over 3 years ago)
- Topics: hackathon, hacktoberfest, starter-kit
- Language: HTML
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
npm i
```
* Run docker-compose
```bash
docker-compose up -d
```
* Run strapi
```bash
npm run develop
```