Skip to content

meetuptoteamup.com kullanıcıların takım arkadaşları bulmasına, takım kurmasına ve birbirleri ile iletişim halinde projeler geliştirmesine yardımcı olan online bir platformdur.

Notifications You must be signed in to change notification settings

syaycili/meetuptoteamup

Repository files navigation

MeetupToTeamup.com

MeetupToTeamup.com is an open-source platform designed to facilitate team building and project collaboration. The website offers essential user management features, including registration, login, and password change. Users can create team listings, specifying categories and names, and join teams with participant limits to ensure optimal productivity. The platform also provides real-time messaging capabilities within teams, promoting seamless communication and collaboration among team members.

Technologies Used

  • Laravel
  • Vue.js
  • MySQL

Features

  • Basic user management features such as registration, login, user dashboard, and password change.
  • Creating team listings with details such as category and team name.
  • Joining teams with a limit on the number of participants per team to enhance productivity.
  • Real-time messaging within teams for seamless communication and collaboration.

Installation

To set up the project locally, follow the steps below:

  1. Clone the repository:

    $ git clone https://github.com/syaycili/meetuptoteamup.git
    $ cd meetuptoteamup
  2. Install dependencies:

    $ composer install
    $ npm install
  3. Configure the environment variables:

    • Create a copy of the .env.example file and name it .env.
    • Update the necessary environment variables such as database credentials in the .env file.
  4. Generate an application key:

    $ php artisan key:generate
  5. Set up the database:

    • Create a MySQL database for the project.
    • Update the DB_DATABASE, DB_USERNAME, and DB_PASSWORD variables in the .env file with your database details.
    $ php artisan migrate
  6. Compile assets:

    $ npm run dev
  7. Start the local development server:

    $ php artisan serve

    The website should now be accessible at http://localhost:8000.

Usage

Provide instructions on how to use the website. Include any important features or functionalities.

  • Users can sign up or log in to the website.
  • Once logged in, they can search for team members or create a team for their project.
  • Users can join teams, with a limit on the number of participants per team.
  • Real-time messaging is available within teams for seamless communication and collaboration.
  • Additional features and functionalities...

Contributing

If you want to contribute to this project, follow the steps below:

  1. Fork this repository.
  2. Create a new branch: git checkout -b my-feature.
  3. Make your changes and commit them: git commit -m 'Add my feature'.
  4. Push to the branch: git push origin my-feature.
  5. Submit a pull request.

Please make sure to update tests as appropriate and provide a detailed explanation of your changes.

License

Specify the license under which your project is distributed. For example:

This project is licensed under the MIT License.

About

meetuptoteamup.com kullanıcıların takım arkadaşları bulmasına, takım kurmasına ve birbirleri ile iletişim halinde projeler geliştirmesine yardımcı olan online bir platformdur.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published