Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Dashboard

A modern data visualization dashboard built with React (Vite) and Node.js/Express.

Project Structure

Data Dashboard/
├── client/          # React frontend (Vite)
├── server/          # Express backend
└── package.json     # Root package.json for running both

Getting Started

Installation

Install all dependencies (root, server, and client):

npm run install:all

Development

Run both frontend and backend concurrently:

npm run dev

Or run them separately:

# Terminal 1 - Backend
npm run dev:server

# Terminal 2 - Frontend
npm run dev:client

Access

Tech Stack

  • Frontend: React 18, Vite, React Router
  • Backend: Node.js, Express.js
  • Authentication: AWS Cognito (via AWS Amplify)
  • Database RDS PostgreSQL server
  • Styling: CSS3 with modern design

Currently working on deploying using AWS EC2 and CloudFront!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages