Coder Social home page Coder Social logo

njourou / laravel_vue_task Goto Github PK

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

The Task Manager Application is a web-based task management system that utilizes Laravel as the back-end framework for implementing CRUD (Create, Read, Update, Delete) REST APIs, and Vue.js for the front-end interface to consume these APIs. This application allows users to manage their tasks in a convenient and organized manner.

PHP 47.57% JavaScript 8.67% Vue 23.51% SCSS 0.12% Blade 20.14%

laravel_vue_task's Introduction

Task Manager Application

The Task Manager Application is a web-based task management system that utilizes Laravel as the back-end framework for implementing CRUD (Create, Read, Update, Delete) REST APIs, and Vue.js for the front-end interface to consume these APIs. This application allows users to manage their tasks in a convenient and organized manner.

Features

  • Create tasks: Users can create new tasks by providing a title and description.
  • Read tasks: Users can view their existing tasks along with their details, such as title, description, and status.
  • Update tasks: Users can edit the title, description, and status of their tasks.
  • Delete tasks: Users can delete tasks that are no longer needed.

Technologies Used

    <li>Laravel: Laravel is a PHP web application framework that provides a robust and scalable foundation for building web applications. It is used as the back-end framework in this application to implement REST APIs for task management.</li>
    <li>Vue.js: Vue.js is a JavaScript framework for building user interfaces. It is used as the front-end framework in this application to consume the REST APIs and provide a responsive and interactive user interface for managing tasks.</li>
    

Installation

  1. Clone the repository to your local environment.
  2. Make sure you have PHP and Composer installed on your system.
  3. Run the following command to install the Laravel dependencies:
  4. composer install
  5. Copy the .env.example file to .env and configure your database settings.
  6. Run the following command to generate a key for your application:
  7. php artisan key:generate
  8. Run the following command to migrate the database:
  9. php artisan migrate
  10. Run the following command to seed the database with sample data:
  11. php artisan db:seed
  12. Run the following command to start the Laravel development server:
  13. php artisan serve
  14. Open your web browser and access the application at http://localhost:8000.

Registration

To register a new account, follow these steps:

  1. Click on the "Register" link in the top right corner of the application.
  2. Fill in the required information, including name, email, and password, in the registration form.
  3. Click on the "Register" button to submit the form and create a new account.

Login

To login to an existing account, follow these steps:

  1. Click on the "Login" link in the top right corner of the application.
  2. Enter your email and password in the login form.
  3. Click on the "Login" button to submit the form and log in to your account.

Usage

Once the application is up and running, you can start managing tasks using the following actions:

  • Create a task: Click on the "Create Task" button and fill in the required details in the modal that appears. Click "Save" to create a new task.
  • View tasks: All the tasks that you have created will be listed on the main page. You can view the details of a task by clicking on its title.
  • Edit a task: To edit a task, click on the "Edit" button next to the task you want to modify. Update the details in the modal that appears and click "Save" to save the changes.
  • Delete a task: To delete a task, click on the "Delete" button next to the task you

laravel_vue_task's People

Contributors

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