Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notties/sentiment-analysis-webapp

Sentiment analysis Webapp using Next13, AntD, Prisma, MongoDB
https://github.com/notties/sentiment-analysis-webapp

antd mongodb mongodb-database next13 nextauth prisma typescript

Last synced: about 2 months ago
JSON representation

Sentiment analysis Webapp using Next13, AntD, Prisma, MongoDB

Awesome Lists containing this project

README

        

# Sentiment analysis web application

## [Live Demo](https://sentiment-analysis-tan.vercel.app/)

### .env example file
```env
DATABASE_URL="YOUR_DATABASE_URL"
GOOGLE_CLIENT_SECRET="YOUR_GOOGLE_SECRET"
GOOGLE_CLIENT_ID="YOUR_GOOGLE_ID"
NEXTAUTH_URL="YOUR_AUTH_URL"
NEXTAUTH_SECRET="YOUR_SECRET"
```