Giter Club home page Giter Club logo

task-manager-app's Introduction

Task Manager App

This is a task management application. It implements a REST API for Creation and management of tasks. It provides CRUD endpoints for management of tasks and Authentication endpoints using JWT Authentication.

REST API Documentation: https://documenter.getpostman.com/view/9782302/2sA3QmCZg7

HOW TO RUN

  • Clone this repository locally: git clone https://github.com/farajayh/task-manager-app.git
  • CD into the application directory
  • Create the .env file for environment variables: cp .env.example .env or copy .env.example .env
  • Install dependencies: composer install
  • Generate application key: php artisan key:generate
  • Generate JWT secret: php artisan jwt:secret
  • Run database migration: php artisan migrate
  • To run tests, do: php artisan test
  • Seed the database: php artisan db:seed
  • Run the application: php artisan serve

The application should be running now on http://127.0.0.1:8080/ or your localhost. Make a requests to any of the endpoints using any API client of your choice, e.g Postman, check the API documentation for details on the endpoints. If you are running this on a machine with a public IP with the http port exposed or your IP is tied to a domain name, you can replace 127.0.0.1:8080 with your public IP or your domain name.

Technologies Used

  • PHP 8.2
  • SQL
  • Laravel 11
  • JWT
  • PHPUnit

task-manager-app's People

Contributors

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