Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

This is a user-based Tasklist Web application. It covers CRUD, and other features offered by Laravel

Notifications You must be signed in to change notification settings

bonge-ian/User-Tasklist-Web-Application

Repository files navigation

User-Tasklist Web Application

This is a user-based tasklist application made with:

It has implemented:

About.

This application allows a registered user to:

  • Create a task(s).
  • View a task(s).
  • Delete a task(s).
  • Create a sub-task under a particular task.
  • Mark a sub-task as complete/incomplete.

Requirements.

  • PHP 7.2 and above installed.
  • MySQL or sqlite or postgres installed.
  • Composer installed
  • Npm installed
  • Internet connection.
  • For linux/OSX machines, please be sure to check permissions on this project.

Use

  • Clone this repo or download the zip file
  • Extract from zip file
  • Open the contents in your favourite text editor
  • At the root of the folder, create a .env file
  • Copy contents of .env.example to the newly created .env file
  • Configure your favorite database (mysql, sqlite etc.) and other preferred settings.
  • Open terminal.
  • composer install
  • npm install
  • npm run dev
  • php artisan migrate to create tables.
  • php artisan serve (or equivalent) to run server and test.
  • 127.0.0.1:8000 on your local machine.

NOTE: You must have access to the internet for motion UI to work since its imported through a CDN.

About

This is a user-based Tasklist Web application. It covers CRUD, and other features offered by Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published