Coder Social home page Coder Social logo

weebsbook's Introduction

WeebsBook

WeebsBook is a simple social media platform, inspired by Facebook, built using Laravel and styled with Bootstrap. This project aims to provide users with basic social media functionalities such as signing up, signing in, updating profile information, changing profile images, creating and updating posts with text, images, and videos.

Features

  1. Sign Up: Users can register for a new account on WeebsBook by providing necessary details.
  2. Sign In: Registered users can log in to their accounts securely.
  3. Profile Management:
    • Update Profile Info: Users can edit and update their profile information.
    • Change Profile Image: Users have the option to change their profile pictures.
  4. Post Management:
    • Create Posts: Users can create new posts containing text, images, and videos.

Installation

To run WeebsBook locally, follow these steps:

  1. Clone this repository to your local machine.

    git clone https://github.com/kyzsuki/weebsbook.git
  2. Navigate to the project directory.

    cd weebsbook
  3. Install dependencies using Composer.

    composer install
  4. Create a copy of the .env.example file and rename it to .env.

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

    php artisan key:generate
  6. Configure your database details in the .env file.

  7. Migrate the database.

    php artisan migrate
  8. Serve the application.

    php artisan serve
  9. Visit http://localhost:8000 in your web browser to access WeebsBook.

Technologies Used

  • Laravel: PHP framework for building web applications.
  • Bootstrap: Frontend framework for responsive and mobile-first web development

weebsbook's People

Contributors

kyzsuukii avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.