All Projects → deoliveiralucas → project-manager-laravel

deoliveiralucas / project-manager-laravel

Licence: other
Project manager system - PHP and AngularJS

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to project-manager-laravel

King Admin
king-admin是一个超酷的前后端分离的基础权限管理后台,前端:angularJs+bootstrap+gulp,后端:spring-boot+mybatis-plus(分java版和kotlin版)
Stars: ✭ 397 (+2235.29%)
Mutual labels:  angularjs, gulp
Angular Loading Feedback
Angular directive to indicate loads in app
Stars: ✭ 8 (-52.94%)
Mutual labels:  angularjs, bower
Meantorrent
meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
Stars: ✭ 438 (+2476.47%)
Mutual labels:  angularjs, gulp
ng-webcam
ngWebcam is an AngularJS directive for capturing images from your computer's camera, and delivering then to you as data uri.
Stars: ✭ 14 (-17.65%)
Mutual labels:  angularjs, bower
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+1082.35%)
Mutual labels:  angularjs, gulp
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (+64.71%)
Mutual labels:  angularjs, gulp
Gulp Angular Templatecache
Concatenates and registers AngularJS templates in the $templateCache.
Stars: ✭ 530 (+3017.65%)
Mutual labels:  angularjs, gulp
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (+876.47%)
Mutual labels:  gulp, bower
Fe
前端热门文章阅读
Stars: ✭ 174 (+923.53%)
Mutual labels:  angularjs, gulp
Ng6 Starter
🆖 An AngularJS Starter repo for AngularJS + ES6 + Webpack
Stars: ✭ 1,933 (+11270.59%)
Mutual labels:  angularjs, gulp
sage-starter
The best starter theme with a modern front-end development workflow. Based on Sage, HTML5 Boilerplate, gulp, Bower, and Bootstrap.
Stars: ✭ 42 (+147.06%)
Mutual labels:  gulp, bower
Pusher Angular
Pusher Angular Library | [email protected]
Stars: ✭ 233 (+1270.59%)
Mutual labels:  angularjs, pusher
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+47.06%)
Mutual labels:  angularjs, bower
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (+152.94%)
Mutual labels:  angularjs, bower
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (+35.29%)
Mutual labels:  angularjs, gulp
Angular Translate
Translating your AngularJS 1.x apps
Stars: ✭ 4,414 (+25864.71%)
Mutual labels:  angularjs, bower
Hoverboard
Conference website template
Stars: ✭ 935 (+5400%)
Mutual labels:  gulp, bower
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+5694.12%)
Mutual labels:  gulp, bower
Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (+7670.59%)
Mutual labels:  angularjs, gulp
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (+1123.53%)
Mutual labels:  angularjs, gulp

Project Manager System

Project manager system built with Laravel and AngularJS

Installation

  • Clone repository
$ git clone https://github.com/deoliveiralucas/project-manager-laravel.git
  • Copy .env.example to .env and add your configs
$ cp .env.example .env
  • Access directory
$ cd project-manager-laravel
$ composer install
  • Install Javascript dependencies (nodejs)
$ npm install
  • Download frond-end libraries (bower)
$ bower install
  • Execute tasks (test enviroment) (gulp)
$ gulp watch-dev

Server start

  • Open new terminal
$ php artisan serve

Homepage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].