Skip to content

Latest commit

 

History

71 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cascade - Collaborative No-Code Data Analytics Platform

Senior Design Group 34

Prerequisites

  • Python 3.11
  • Node.js 18+
  • npm

Setup (do this once)

# Clone and setup everything
git clone git@github.com:dankim444/cascade.git
cd cascade
npm run setup

# Start a virtual environment in backend/ and initialize the database
cd backend
source venv/bin/activate
python init_db.py # do this only once
cd ..

Start instructions

# Start backend
cd backend && source venv/bin/activate && uvicorn app.main:app --reload --port 8000

# Start frontend
cd frontend && npm run dev

About

A no-code data analytics platform

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages