Skip to content

dantos/simple-tasks-manager

Repository files navigation

Simple Task Manager

About

STM is a platform used to show an example of a simple page made in laravel to handle tasks and their priority.

Requirements

Installation

Once the project has been cloned, perform the following steps from the root directory:

  • run composer install
  • Copy the file 'example.env' and rename it to '.env'
  • Create database in mysql and set the corresponding database name and credentials in the '.env' file
  • run php artisan key:generate

Populate the database

  • run php artisan migrate:fresh --seed

Serve the project in your development environment

  • run php artisan serve

Or, use docker alongside laravel sail: https://laravel.com/docs/10.x/installation#laravel-and-docker

Go to the main page

http://localhost:8000

About

Simple Laravel web application for task management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published