Skip to content

Frontend of "Manage Fanpage and Sentiment Analysis WebApp"

Notifications You must be signed in to change notification settings

Bagumeow/Sentiment_Facebook_FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manange Fanpage and Sentiment Analysis WebAPP - FRONTEND

Description

This is the frontend of the project "Manage Fanpage and Sentiment Analysis WebAPP". This project is a web application that allows users to manage their fanpages and analyze the sentiment of the comments on their posts. The backend is built with FastAPI and the frontend is built with Node.js. The sentiment analysis is done with the help of the Hugging Face Transformers library.

Database is host on Supabase, a cloud database service that provides a Postgres database. The database is used to store the information of the users and the fanpages. The user information is used to authenticate the users and the fanpage information is used to get the posts and comments of the fanpages.

If you want to see the frontend of the project, you can go to the following link: Manage Fanpage and Sentiment Analysis WebAPP - BACKEND

Installation

To install the project, you need to have Node.js installed on your computer. You can download Node.js from the following link: Node.js After installing Node.js, you can clone the project by running the following command:

git clone https://github.com/Bagumeow/Sentiment_Facebook_FE

Then, you need to install the dependencies by running the following command:

npm install

After installing the dependencies, you can start the project by running the following command:

npm start

The project will be running on the following URL: http://localhost:8080

The template of frontend is from adminkit

About

Frontend of "Manage Fanpage and Sentiment Analysis WebApp"

Resources

Stars

Watchers

Forks

Packages

No packages published