Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 3.2 KB

readme.md

File metadata and controls

63 lines (46 loc) · 3.2 KB

dcupl-demos/fifaplayers

FIFA Players List
Demo project for dcupl, App Development Platform for Data-Intensive Web Applications.


@dcupl/cli
dcupl CLI dcupl CLI

@dcupl/core
dcupl CLI dcupl Core

GitHub


FIFA Players

This Project was generated using the @dcupl/cli. More information can be found on https://dcupl.com and especially in the dcupl Docs.

The dataset for this demo project is provided by kaggle - https://www.kaggle.com/datasets/sharmau0091/fifa-football-payers-dataset

The target users of this demo are early birds who want to try out dcupl with a simple dataset and data model. The data includes about 17K football players and statistics about their skills, etc.

Have fun and play around 🚀

1) Setup

npm install

2) Connect your local project with the dcupl console

  • Go to https://console.dcupl.com and create your free account.
  • Set your projectId in the dcupl.config.json
  • Set your apiKey in the dcupl.secrets.json
  • Push your local workspace to the console using the CLI dcupl files:push --name my-first-push

3) Start your development server

dcupl serve

4) View your data in the dcupl Console

Switch to "Local Dev Server" and open one of the predefined applications. View your data in the Data Explorer Tab in the dcupl Console.