Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Uygulaması (Easy!Appointments çatalı)
Go to file
Alex Tselegidis 32ed2c32e6 Add descriptive messages to library log output 2022-06-20 12:12:36 +03:00
.github CI test 2021-11-06 16:17:31 +01:00
application Add descriptive messages to library log output 2022-06-20 12:12:36 +03:00
assets Add support for dynamic webhook definition in the settings page (#581) 2022-06-20 12:12:36 +03:00
docker
docs Merge branch 'master' into develop 2022-03-25 10:53:46 +01:00
storage
system Suppress the output of internal PHP errors when sending mails as there's custom handling for that 2022-03-29 11:41:21 +02:00
tests Removed the deprecated engine directory from the project (including tests and the composer autoloading configuration) 2021-11-06 16:15:12 +01:00
.editorconfig
.gitattributes
.gitignore Added new gulp task that automatically packages the frontend vendor files 2021-11-07 11:47:31 +01:00
.prettierignore Added prettier config into the repo 2021-11-06 17:35:35 +01:00
.prettierrc.json Added prettier config into the repo 2021-11-06 17:35:35 +01:00
CHANGELOG.md Update CHANGELOG.md 2022-03-08 16:25:06 +01:00
LICENSE
README.md Update README.md 2021-11-08 22:37:50 +01:00
babel.config.json Added Babel transpilation support to the gulp workflow 2021-11-07 10:38:18 +01:00
composer.json Update guzzlehttp/guzzle 2022-05-27 09:47:33 +02:00
composer.lock Update the composer.lock for PHP7 support 2022-06-20 11:59:02 +03:00
config-sample.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
gulpfile.js Add cached and debug plugins 2022-05-22 17:17:21 +02:00
index.php Add validation for the existence of "config.php" and "vendor/autoload.php" in the index.php file 2022-03-29 09:55:45 +02:00
logo.png
openapi.yml Add support for dynamic webhook definition in the settings page (#581) 2022-06-20 12:12:36 +03:00
package-lock.json Add cached and debug plugins 2022-05-22 17:17:21 +02:00
package.json Add cached and debug plugins 2022-05-22 17:17:21 +02:00
patch.php Update patch.php 2022-02-25 18:32:24 +01:00
phpunit.xml Added test suite config to phpunit.xml 2021-11-06 17:17:30 +01:00
screenshot.png

README.md


Easy!Appointments
Easy!Appointments


A powerful Open Source Appointment Scheduler that can be installed on your server.

GitHub GitHub release (latest by date) GitHub All Releases Chat On Discord

AboutFeaturesSetupInstallationLicense

screenshot

About

Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database.

Features

The application is designed to be flexible enough so that it can handle any enterprise work flow.

  • Customers and appointments management.
  • Services and providers organization.
  • Working plan and booking rules.
  • Google Calendar synchronization.
  • Email notifications system.
  • Self hosted installation.
  • Translated user interface.
  • User community support.

Setup

To clone and run this application, you'll need Git, Node.js (which comes with npm) and Composer installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/alextselegidis/easyappointments.git

# Go into the repository
$ cd easyappointments

# Install dependencies
$ npm install && composer install

# Start the file watcher
$ npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

You can build the files by running npm run build. This command will bundle everything to a build directory.

Installation

You will need to perform the following steps to install the application on your server:

  • Make sure that your server has Apache/Nginx, PHP and MySQL installed.
  • Create a new database (or use an existing one).
  • Copy the "easyappointments" source folder on your server.
  • Make sure that the "storage" directory is writable.
  • Rename the "config-sample.php" file to "config.php" and update its contents based on your environment.
  • Open the browser on the Easy!Appointments URL and follow the installation guide.

That's it! You can now use Easy!Appointments at your will.

You will find the latest release at easyappointments.org. If you have problems installing or configuring the application visit the official support group. You can also report problems on the issues page and help the development progress.

License

Code Licensed Under GPL v3.0 | Content Under CC BY 3.0


Website alextselegidis.com  ·  GitHub alextselegidis  ·  Twitter @alextselegidis

More Projects On Github
Plainpad · Self Hosted Note Taking App
Questionful · Web Questionnaires Made Easy
Integravy · Service Orchestration At Your Fingertips