GithubHelp home page GithubHelp logo

tauseedzaman / connectme Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 26.03 MB

connectme social media based web app with laravel [ under development, check out youtube playlist ]

PHP 7.14% JavaScript 5.05% Blade 11.60% CSS 14.78% HTML 61.43%
laravel laravel-project social-media

connectme's Introduction

ConnectMe Laravel Application

ConnectMe is a Laravel-based web application that allows users to connect with others, share information, and collaborate on various projects. This README file provides instructions on how to set up and configure the ConnectMe application on your local development environment.

Getting Started

To get started with ConnectMe, follow the steps below:

Prerequisites

Before you begin, ensure you have the following software installed on your local machine:

Installation

  1. Clone the ConnectMe repository from GitHub:

    git clone https://github.com/tauseedzaman/connectme.git
  2. Change into the project directory:

    cd connectme
  3. Install PHP dependencies using Composer:

    composer install
  4. Copy the .env.example file to .env:

    cp .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. Configure your database connection settings in the .env file. You'll need to set the following variables:

    DB_CONNECTION=mysql
    DB_HOST=your_database_host
    DB_PORT=your_database_port
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_username
    DB_PASSWORD=your_database_password
    

    Replace the placeholders with your actual database information.

  7. Migrate the database to create the necessary tables:

    php artisan migrate
  8. Install JavaScript dependencies using npm:

    npm install
  9. Compile frontend assets:

    npm run dev
  10. Start the development server:

    php artisan serve

    By default, the application will be accessible at http://localhost:8000.

Usage

You can now access the ConnectMe application in your web browser. You can register an account, log in, and start using the features of the application.

Contributing

If you'd like to contribute to ConnectMe, please follow our contribution guidelines.

License

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

Acknowledgments

  • Thank you to the Laravel community for providing an excellent PHP framework.
  • Special thanks to the ConnectMe development team for their hard work on this project.

For any issues or questions, please open an issue on GitHub.

Enjoy using ConnectMe!

@tauseedzaman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.