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
-
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_CONNECTION
to mysql in .env fileDB_CONNECTION=mysql
-
Install dependencies
composer install npm install
-
Start the server
npm run dev php artisan serve
This project is licensed under the MIT License. See the LICENSE file for details.