Skip to content

TonyQ2k3/reddit-sentiment-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment visualization in brand monitoring using ReactJS and FastAPI

ReactJS Chart.js Tailwind CSS FastAPI MongoDB

👨‍💻 About

This is the repo for the dashboard web app which visualizes sentiment analysis results.

📁 Repository info

This repo structure is as follows:

  • frontend: Displays application UI
  • backend: Handles logic, data retrieval and data aggregation for the app

Installation

For the front-end

cd frontend

npm install

npm start

For the backend

Create .env inside the /backend folder

MONGO_URI=yourmongouri
REDIS_HOST=yourredishost
REDIS_PASSWORD=password

Then run the server

cd backend

python -m venv venv                 # Create a venv

venv/Scripts/activate               # Activate venv

pip install -r requirements.txt     # Install dependencies

fastapi dev main.py                 # Start FastAPI server (local only)

About

Sentiment visualization in brand monitoring using ReactJS and FastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published