Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozzs/magicinsights
Data analytics featuring a React + TypeScript frontend, NodeJS (Fastify & Kysely) + TypeScript backend, and customizable bar and pie charts for visualizing events with a Harry Potter theme 🧙🏼
https://github.com/ozzs/magicinsights
fastify nodejs postgres react tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Data analytics featuring a React + TypeScript frontend, NodeJS (Fastify & Kysely) + TypeScript backend, and customizable bar and pie charts for visualizing events with a Harry Potter theme 🧙🏼
- Host: GitHub
- URL: https://github.com/ozzs/magicinsights
- Owner: ozzs
- Created: 2023-09-29T19:14:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T09:32:48.000Z (about 1 year ago)
- Last Synced: 2023-11-05T10:27:03.441Z (about 1 year ago)
- Topics: fastify, nodejs, postgres, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://github.com/ozzs/magicinsights
- Size: 19.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/ozzs/magicinsights/assets/11197251/818c176d-a878-47a9-b178-937a0f14ddf9
## Usage
To start, run the following commands:
### For Postgres
```
docker-compose up
```### For the backend and database migrations
```
cd server && npm run dev
npm run generate-dummy-data
```### For the frontend
```
cd frontend && npm run dev
```### To delete the postgres database and its data
```
docker-compose down -v
```## Limitations
- No support for creating charts on a nested JSON property - only top level
- Charts - input validation is not 100% in REST API
- Error handling in UI/Admin - not 100% - doesn't always show errors