Skip to content

youssefchlendi/employeesManagmentSystem

Repository files navigation

License

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. API references
  5. License
  6. Contact
  7. Acknowledgments

About The Project

This my advanced training internship project, this webApp is used to manage employees payslip, It contains 4 cruds :

  • Entreprises
  • Employés
  • Fiches
  • Rubriques

The main goal for this project is to help the accountant manage Companies/employees payslips and generating pdf payslip file,

(back to top)

Built With

I used in this project :

  • Vue.js : To build the user interface (SPA)

  • Laravel : To create fast RESTful apis

  • Bootstrap : For the prebuilt css and js classes

  • BootstrapVue : For the prebuilt Vuejs and bootstrap designed components

(back to top)

Getting Started

Prerequisites

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Create a new database
  6. Set your database credentials in your .env file
  7. run php artisan migrate:refresh --seed
  8. npm install
  9. npm run dev
  10. php artisan serve or use Laravel Valet or Laravel Homestead
  11. Visit localhost:8000 in your browser

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Instagram - @youssef.chlendi

LinkedIn: Mohamed youssef chlendi

(back to top)

License

MIT License

Copyright (c) 2022 Mohamed Youssef CHLENDI

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(back to top)