Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Uygulaması (Easy!Appointments çatalı)
Go to file
dependabot[bot] 67432e109a
Bump node-notifier from 5.4.3 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 5.4.3 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v5.4.3...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 20:30:25 +00:00
.github Moved CODE_OF_CONDUCT.md and CONTRIBUTING.md 2020-03-11 10:37:46 +01:00
application Release v1.4.1 2020-12-17 16:54:58 +02:00
assets More width for better display in certain languages 2020-12-17 16:03:00 +02:00
docker Removed old docker files 2020-04-22 20:50:56 +02:00
docs Updated doc references 2020-12-12 13:42:51 +02:00
engine Corrections in the API endpoints (#950) 2020-12-11 21:16:49 +02:00
storage Added new console command for created data backups. 2020-12-04 14:28:18 +02:00
tests/phpunit Updated the copyright year in the test directory 2020-10-20 16:04:25 +03:00
.editorconfig Removed unnecessary entry in .editorconfig 2020-09-07 13:52:02 +03:00
.gitattributes Added .gitattributes 2019-06-08 16:50:21 +02:00
.gitignore Added new console command for created data backups. 2020-12-04 14:28:18 +02:00
CHANGELOG.md Updated CHANGELOG.md 2020-12-12 14:23:01 +02:00
LICENSE Created separate code of conduct document and renamed files back to capital, so that they are easier to find. 2018-11-03 17:24:51 +01:00
README.md Minor change in README.md 2020-10-22 13:08:16 +03:00
composer.json Bump php requirement in composer.json 2020-11-21 22:21:57 +02:00
composer.lock Updated the composer.lock file 2020-12-14 15:05:11 +02:00
config-sample.php Added default database values to the config-sample.php 2020-04-08 13:36:38 +02:00
gulpfile.js Remove the codeigniter user guide from the build archive 2020-12-17 16:48:47 +02:00
index.php Updated the index.php file for the new code structure. 2020-03-11 10:28:30 +01:00
package-lock.json Bump node-notifier from 5.4.3 to 8.0.1 2020-12-22 20:30:25 +00:00
package.json Bump node-notifier from 5.4.3 to 8.0.1 2020-12-22 20:30:25 +00:00
phpunit.xml Updated phpunit dev dependency to v7 2018-11-03 16:29:03 +01:00
screenshot.png Updated the screenshot 2020-10-22 13:08:21 +03:00
swagger.yml Corrected details in swagger.yml 2020-12-11 21:17:16 +02: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