/lara-project-mgt

A team project management tool

Primary LanguagePHP

Project Management Tool

22/04/2018 a special day

Project Management Tool

A project/task/invoice managemnt system

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • PHP 7.0.1 or later
  • MySQL
  • Laravel Framework
  • Bootstrap 4

Installing

1 Clone git repo to your local folder, or download zipped file and unzip 
2 Run "composer install"
3 Run "php artisan migrate" to initialize the database
4 Run "php artisan db:seed" to seed initial data (for demo purpose)
5 Point your browser to your local server

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Testing consists 2 part:

1 PHPUnit Test

./vendor/bin/phpunit

2 Browser Test supported by Laravel Dusk

php artisan dusk

And coding style tests

Explain what these tests test and why

Todo

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Laravel - The PHP Framework For Web Artisans
  • comopser - A package manager for PHP
  • Homestead - A development environment pre-packaged Vagrant "box"
  • Composer
  • npm
  • sb-admin - Theme pack for the application

Versioning

  • to be defined

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Laravel Community
  • Laracast.com