Skip to content
/ Motask Public

Web app to manage the IT project development flow in Inkubator I.T. ITB that handle lots of offers from many outside sources. Used as the Information System of Project Manager Division.

Notifications You must be signed in to change notification settings

IIT-Dev/Motask

Repository files navigation

Motask

Demo : motask.herokuapp.com

Installation

  • Run this command
$ git clone https://github.com/gerrykastogi/Motask_HMIF.git
$ composer install
  • Copy .env.example file to .env. Adjust environment variables for database(pgsql/mysql, db_host, port, username, password) and APP_URL (http://motask.app or http://localhost:8000) depend on your development environment.

  • Create empty database : motask

  • Run this command to sync database schema

$ php artisan migrate
  • Test it on browser

About

Web app to manage the IT project development flow in Inkubator I.T. ITB that handle lots of offers from many outside sources. Used as the Information System of Project Manager Division.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published