Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardo1903/echovault
https://github.com/leonardo1903/echovault
mongodb next-auth nextjs typescript
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardo1903/echovault
- Owner: Leonardo1903
- Created: 2024-09-18T07:20:27.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T08:08:01.000Z (about 2 months ago)
- Last Synced: 2024-11-09T09:18:54.753Z (about 2 months ago)
- Topics: mongodb, next-auth, nextjs, typescript
- Language: TypeScript
- Homepage: https://echo-vault.vercel.app
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EchoVault
An anonymous feedback platform with AI suggested messages
## Features
- Anonymous Sending of Messages (without signing up)
- AI suggested Messages
- Secure Authentication
- Personalised User Dashboard
- CRUD Operations By User on messages## Tech Stack
**Client:** NextJS, TailwindCSS, ShadCN-UI
**Server:** NextJS, MongoDB
## Key Learnings
- Integration of Next-Auth
- Integrating Gemini for AI suggestions## Run Locally
Clone the project
```bash
git clone https://github.com/Leonardo1903/EchoVault.git
```Go to the project directory
```bash
cd EchoVault
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`MONGODB_URI`= "Your Mongo DB Cluster Path"
`NEXTAUTH_SECRET`= "Your Secret"
`GEMINI_API_KEY`= " Your Gemini API Key"
`MY_EMAIL`= "Your Email ID"
`MY_PASS`= "Your App Password"
## ScreenshotsLanding Page:
![Landing Page](https://github.com/user-attachments/assets/b614e849-f420-46fd-92c7-797d5af78622)
DashBoard:
![Dashboard](https://github.com/user-attachments/assets/6297f336-dd5c-4dd6-a21a-47199a18f1c0)## Demo
https://echo-vault.vercel.app/
## License
[MIT](https://choosealicense.com/licenses/mit/)