Skip to content

LiveAppointment is a appointment mangement system that uses the TALL stack

Notifications You must be signed in to change notification settings

SteveDevs/LiveAppointment

Repository files navigation

LiveAppointment

This is an application that allows for managing apppointments, it includes permission handling, roles, services etc. The application makes use of Laravel, Tailwind, Alpine JS and Livewire.

Screenshots:

client_calendar today_client Screenshot from 2021-03-29 15-25-58 Screenshot from 2021-03-29 18-22-07
Requirements:

PHP >= 7.2

BCMath PHP Extension

Ctype PHP Extension

Fileinfo PHP Extension

JSON PHP Extension

Mbstring PHP Extension

OpenSSL PHP Extension

PDO PHP Extension

Tokenizer PHP Extension

XML PHP Extension

npm

Composer

Mysql

Installation

Run application locally:

1. Navigate to project root in console.

2. Run: composer install.

3. Run: npm i.

4. Run: npm run dev.

5. Create a mysql database for the app and reference it in the .env file.

6. Run: php artisan migrate --seed.

7. Run: php artisan serve.

8. Go to browser at http://localhost:8000.

9. login in using: email: [email protected] password: password

About

LiveAppointment is a appointment mangement system that uses the TALL stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published