π¦ Truth-Tunnel Web Application π‘οΈ
Truth-Tunnel is a web application that allows users to send and receive messages securely while maintaining anonymity. With a robust login system featuring OTP (One-Time Password) verification, your safety and privacy are our top priority.
π Stars | π΄ Forks | π Issues | π Open PRs | π Closed PRs | π οΈ Languages | β Contributors |
---|---|---|---|---|---|---|
Access the live version of Truth-Tunnel at truth-tunnel.vercel.app.
Before setting up the project, ensure you have the following installed:
Follow these steps to set up Truth-Tunnel locally:
git clone https://github.com/MitulSonagara/truth-tunnel.git
cd truth-tunnel
npm install
Set up environment variables:
Create a .env file in the root directory and configure the following variables:
DATABASE_URL= #Prisma Database url
NEXTAUTH_SECRET= #Any Secret code for next auth secret
EMAIL_PASS= #App password for your email account from which you want to send the email
EMAIL_USER= #Email address from which you want to send the email
NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID= #Your Google client ID
GOOGLE_CLIENT_SECRET= #your Google client secret
npm run build
npm start
Contributions are welcome! Follow these steps to contribute:
Fork the repository
Click the "Fork" button at the top-right corner of the repository page to create a personal copy.
Clone your forked repository
git clone https://github.com/your-username/truth-tunnel.git
cd scruter
Create a new branch
git checkout -b feature-branch-name
Add your changes
git add .
Make your changes and commit them
git commit -m 'Add some feature'
Push to the branch
git push origin feature-branch-name
Submit a pull request
Go to the original repository and click on the "Pull Request" button to submit your changes.
Please refer to the Contributing.md file for detailed guidelines on how to contribute to this project.
Mitul Sonagara Project Admin |
For any inquiries or feedback, please contact. Happy Contributing π«‘
If you find this project helpful, please consider giving it a β on GitHub! Your support helps to grow the project and reach more contributors.