Giter Site home page Giter Site logo

peter-abah / data-visualizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 721 KB

A website to visualize data easily

Home Page: https://youtu.be/fOI8uOiRT-0?si=fe7PQPNjjtHCLxQ0

License: MIT License

PHP 54.49% JavaScript 1.63% CSS 0.98% Blade 34.27% TypeScript 8.63%
data-visualization laravel

data-visualizer's Introduction

PlotDat

PlotData is a web application built with Laravel that allows users to easily upload CSV data, transform it into meaningful visualizations, and share these insights with others. Whether you're a data analyst, business professional, or just someone who wants to turn data into impactful charts, PlotDat simplifies the process.

Built With

  • PHP
  • Laravel
  • Typescript
  • React
  • Chart.js

Video Demo

Watch the video

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure these are installed on your system:

Install

  • Enable zip php extension for composer to work

  • Enable pdo_pgsql and pgsql php extensions to allow php work with posgresql database

  • Make sure these PHP extensions are enabled for laravel to work.

  • Run this command to clone the repository

git clone https://github.com/peter-abah/data-visualizer.git
  • CD into the project
cd data-visualizer
  • Install Composer dependencies
composer install
  • Install NPM dependencies
npm install
  • Create copy of env file from .env.example
cp .env.example .env
  • Create a Database for the application on Postgresql

  • Update the env file with the database name and user

  • Run the following commands to start the application:

php artisan key:generate

php artisan migrate

npm run dev

php artisan server

Author

๐Ÿ“ License

This project is MIT licensed.

data-visualizer's People

Contributors

peter-abah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.