opariltay / simple-desk-booking

Easy-to-use desk booking software which allows users to reserve a full-day seat at the workplace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Simple Desk Booking

Simple Desk Booking is an easy-to-use desk booking software which allows users to reserve a full-day seat at the workplace.


Screenshot_1


Screenshot_2


Screenshot_3


     Logo Laravel Breeze     


Installation

  1. Clone repository to your local machine (or production environment).

  2. Create a new database for the application.

  3. Create your .env file by cloning .env.example file.

  4. Update .env file with database connection details and proper environment settings.

  5. Run below command to install missing dependencies:

    composer install

  6. Run below command to generate your app key:

    php artisan key:generate

  7. Run below command to complete migrations on database:

    php artisan migrate

  8. Run below command to create admin user (you must set credentials in .env file first):

    php artisan db:seed

  9. Done. Now you can create locations for your company through admin panel and your users can register to start using the application.

Security Vulnerabilities

If you discover a security vulnerability within Simple Desk Booking, please create a new issue under Issues section. All security vulnerabilities will be promptly addressed.

License

Simple Desk Booking is open-sourced software licensed under the MIT license.

Donations

Simple Desk Booking is my first open source project and I'm going to contribute to other open source projects in the future.

If you think this project helped you in any way and you want to support me on my journey, please feel free to send any amount through below methods.

Channel Detail
GitHub Sponsors
Bitcoin 1PVvDhjqkvYoiZQKbpUpgKYXHR4Dv29S5J
1PVvDhjqkvYoiZQKbpUpgKYXHR4Dv29S5J
Ethereum 0x72c9f744fbc52462e3bcff81a4a536efef080639
0x72c9f744fbc52462e3bcff81a4a536efef080639

About

Easy-to-use desk booking software which allows users to reserve a full-day seat at the workplace.

License:MIT License


Languages

Language:PHP 63.9%Language:CSS 20.3%Language:Blade 14.4%Language:JavaScript 1.5%