Skip to content

loveunCG/coverAPI

Repository files navigation

EasyCover App server

This is job managerment platform using Laravel Framework with JWT, FCM, TWILLO and Reactjs(for admin portal)

This is api server and admin portal for easycover app Front-end is reactjs

Build Status

installation

  • composer install

  • php artisan key:generate (before do this, create .env file from .env.example file then set server config such as database account and paypal, jwt, FCM account, Twillo account etc.. ).

  • php artisan migrate

  • php artisan storage:link

  • php artisan db:seed

  • install nodejs (recommanded version is 8.11.2)

  • npm i -save

  • npm run watch for development(npm run production for production)

  • run server (for development) php artisan serve.

Note: please set document root as project root dirctory (no public folder) if you want change this, please change parameter of assets function. like this

<script type="text/javascript" src="{{asset('public/js/jquery.min.js')}}"></script>

change to

 <script type="text/javascript" src="{{asset('js/jquery.min.js')}}"></script>

License

This Project is open-sourced software licensed under the MIT license.

About

laravel, JWT, TWILLO, datatable,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published