Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Uygulaması (Easy!Appointments çatalı)
Go to file
Alex Tselegidis 17b7ff6631 The login page now links to the new recovery route 2021-12-10 08:41:28 +01:00
.github CI test 2021-11-06 16:17:31 +01:00
application The login page now links to the new recovery route 2021-12-10 08:41:28 +01:00
assets Moved the recovery functionality into its own controller and files 2021-12-10 08:41:16 +01:00
docker Removed old docker files 2020-04-22 20:50:56 +02:00
docs Added the logo.png file back to the docs as it is being referenced by older README files. 2021-11-27 10:10:00 +01:00
storage Added new console command for created data backups. 2020-12-04 14:28:18 +02:00
system Re-introduced the system folder to the root directory and removed it from the composer.json file (#1109). 2021-08-24 16:34:13 +03: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 Yml files have 2 white spaces for indentation 2021-11-04 09:33:51 +01:00
.gitattributes Added .gitattributes 2019-06-08 16:50:21 +02:00
.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 Updated CHANGELOG.md 2021-07-27 11:27:16 +03: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 Removed monolog from dependencies 2021-11-07 10:14:38 +01:00
composer.lock Removed monolog from dependencies 2021-11-07 10:14:38 +01:00
config-sample.php Removed the file-bottom comment 2021-10-27 11:59:55 +02:00
gulpfile.js The gulp vendor task must not process the datejs package any more 2021-11-24 08:33:57 +01:00
index.php Re-introduced the system folder to the root directory and removed it from the composer.json file (#1109). 2021-08-24 16:34:13 +03:00
logo.png Added the project logo to the root directory. 2021-10-23 12:23:21 +02:00
openapi.yml Updated the examples with better values 2021-11-06 16:49:56 +01:00
package-lock.json Removed the datejs dependency from package.json 2021-11-24 08:33:41 +01:00
package.json Removed the datejs dependency from package.json 2021-11-24 08:33:41 +01:00
phpunit.xml Added test suite config to phpunit.xml 2021-11-06 17:17:30 +01:00
screenshot.png Updated the screenshot 2020-10-22 13:08:21 +03:00

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

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