Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notties/sentiment-analysis-webapp
- Owner: Notties
- Created: 2023-02-20T04:35:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:41:38.000Z (3 months ago)
- Last Synced: 2024-11-10T12:29:10.719Z (3 months ago)
- Topics: antd, mongodb, mongodb-database, next13, nextauth, prisma, typescript
- Language: TypeScript
- Homepage: https://sentiment-analysis-tan.vercel.app
- Size: 989 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```