Giter Site home page Giter Site logo

boytur / todolist-laravel-mysql-crud Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 108 KB

Basic CRUD using Laravel framework working with mySQL database and styling by Tailwind.css

PHP 79.16% JavaScript 0.53% CSS 0.25% Blade 20.05%
basic-crud crud laravel mysql php tailwindcss

todolist-laravel-mysql-crud's Introduction

Laravel Todo App

This is a basic Todo application with Create, Read, Update, and Delete (CRUD) functionality using Laravel.

Table of Contents

Features

  • Create, read, update, and delete Todo items.

Installation

  1. Clone the repository:

    git clone https://github.com/boytur/todolist-basic-crud.git
  2. Change into the project directory:

    cd todolist-basic-crud
  3. Install dependencies:

    composer install
    npm install && npm run dev
  4. Set up your environment variables:

    • Copy the .env.example file to a new file named .env.
    • Configure your database connection in the .env file.
  5. Generate application key:

    php artisan key:generate
  6. Run migrations:

    php artisan migrate

Usage

  1. Start the development server:

    php artisan serve
  2. Access the application in your browser:

    http://localhost:8000
  3. Start managing your Todo items with basic CRUD operations.

Update-1

laravel-update-1

Update-2

laravel-update-2

todolist-laravel-mysql-crud's People

Contributors

boytur 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.