Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanvir0604/taskmanagement
https://github.com/tanvir0604/taskmanagement
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanvir0604/taskmanagement
- Owner: tanvir0604
- Created: 2024-08-29T11:55:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:08:26.000Z (3 months ago)
- Last Synced: 2024-08-29T13:35:17.490Z (3 months ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel
Install and run the project by following the instructions bellow.
- Pull the project from [git] (https://github.com/tanvir0604/taskmanagement.git).
- Run 'componse [composer](https://getcomposer.org/) install' command to install dependencies.
- Edit .env file to match your database credentials.
- Run 'php artisan migrate' commant for database migration.
- Run 'php artisan serve' command to run the application.
- For more information go to [laravel](https://laravel.com/docs) documentation.
- Tried to cover most of the features using laravel. Very minimum use of JS and JS frameworks.