Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.16 KB

Logo

💬❔TeyMii — Create your own secret! ❔💬

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.

Features

  • Send and receive messages
  • Shareable messages
  • Light/dark mode toggle

Installation

  1. Clone the project

      git clone https://github.com/Syafwan000/teymii
  2. Go to the project directory

      cd teymii
  3. Add .env file

      cp .env.example .env
  4. Change DB_CONNECTION to mysql in .env file

      DB_CONNECTION=mysql
  5. Install dependencies

      composer install
      npm install
  6. Start the server

      npm run dev
      php artisan serve

License

This project is licensed under the MIT License. See the LICENSE file for details.