This is a full-stack application built using Vite that helps users analyze the performance of their social media accounts. The tool provides insights into engagement, reach, and other metrics while leveraging AstraDB for data storage and LangFlow for flow-based data processing.
- Real-time Analytics: Get real-time data insights on your social media performance.
- Custom Flows with LangFlow: Easily create and manage analytical workflows.
- Secure and Scalable Storage: Leverage AstraDB for secure, scalable, and efficient data storage.
- User-Friendly Interface: Built with Vite for a fast, responsive, and intuitive UI.
Make sure you have the following installed:
- Node.js (v16 or later)
- NPM or Yarn & Express.js & Chart.js
- React
- Typescript
- TailwindCSS
- Python (v3.8 or later)
- AstraDB account
- LangFlow
git clone https://github.com/yourusername/social-media-analytics.git
cd social-media-analyticscd client
npm installopen new terminal
cd server
npm installnpm run dev Run the client in the background 🌟 Client is running! Access it at: http://localhost:5173
# 🛠 Step 4: Set up AstraDB
🔗 Visit https://www.datastax.com/astra to create an account and database."
-📋 Note your Database ID, Region, Keyspace, and Auth Token.
-⚙ Updating AstraDB configuration in '.env' in server folder
APPLICATION_TOKEN=
API_KEY=pip install langflow langflow runnpm start