pasanks / managely

A simple project management tool build with laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managely | Simple project management tool

Introduction

Managely is a project management tool with basic functions which is built on laravel framework.

Installation

Clone the repository

git clone https://github.com/pasanks/managely.git

Switch to the repo folder

cd managely

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations

**Set the database connection in .env before migrating

php artisan migrate

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Managely is open-sourced software licensed under the MIT license.

About

A simple project management tool build with laravel.

License:MIT License


Languages

Language:PHP 71.9%Language:Blade 27.7%Language:Shell 0.5%