TeyMii is an anonymous messaging app that allows you to connect with others without revealing your identity. Express yourself freely, share your thoughts and feelings, and engage in honest conversations without fear of judgment. TeyMii provides a safe and secure space for authentic communication.
- Send and receive messages
- Shareable messages
- Light/dark mode toggle
- Interesting animation
-
Clone the project
git clone https://github.com/Syafwan000/teymii
-
Go to the project directory
cd teymii -
Add .env file
cp .env.example .env
-
Change
DB_CONNECTIONto mysql in .env file or you can use SQLiteDB_CONNECTION=mysql
-
Add
SPOTIFY_CLIENT_IDandSPOTIFY_CLIENT_SECRETin .env fileSPOTIFY_CLIENT_ID=your-spotify-client-id SPOTIFY_CLIENT_SECRET=your-spotify-client-secret
-
Install dependencies
composer install npm install
-
Start the server
npm run dev php artisan serve
Run this command in a cron job to clear expired messages (older than 7 days)
php artisan clear:messageThis project is licensed under the MIT License. See the LICENSE file for details.
