İzmir Fen Lisesi Randevu Portalı
Go to file
Aliberk Sandıkçı 74baecc207
branding to develop branch
2023-12-31 21:46:27 +03:00
.github Deploy 2023-10-09 12:46:06 +02:00
.run Remove the migrate run file 2023-11-03 17:50:10 +01:00
application branding to develop branch 2023-12-31 21:46:27 +03:00
assets Merge branch 'local-original-dev' into develop 2023-12-23 00:15:29 +03:00
docker merge changes from master branch 2023-12-22 23:44:48 +03:00
docs Remove the Google Product Name and Google API Key config values as they are no longer needed 2023-07-11 07:50:16 +02:00
storage Change the permission of the storage files 2023-08-16 15:50:48 +02:00
system Suppress session start PHP warning (#1405) 2023-10-30 10:56:58 +01:00
tests Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +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 merge changes from master branch 2023-12-22 23:44:48 +03:00
.prettierignore Remove line breaks from translations 2023-12-08 11:28:24 +01:00
.prettierrc.json Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
CHANGELOG.md Add support for custom fields on customers (#1133) 2023-12-11 09:54:29 +01: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 Update README.md 2021-11-08 22:37:50 +01:00
babel.config.json Correct the babel config for the minify script in to avoid the "Couldn't find intersection" errors 2023-05-04 12:05:51 +02:00
composer.json merge changes from master branch 2023-12-22 23:44:48 +03:00
composer.lock chore: update lock files 2023-12-23 00:38:51 +03:00
config-sample.php extra merge things 2023-12-22 23:51:54 +03:00
docker-compose.yml Change the upload limit inside the docker-compose.yml file 2023-08-09 09:25:35 +02:00
gulpfile.js merge changes from master branch 2023-12-22 23:44:48 +03:00
index.php merge changes from master branch 2023-12-22 23:44:48 +03:00
logo.png Added the project logo to the root directory. 2021-10-23 12:23:21 +02:00
nginx_docker_localtest.sh merge changes from master branch 2023-12-22 23:44:48 +03:00
openapi.yml Add support for custom fields on customers (#1133) 2023-12-11 09:54:29 +01:00
package-lock.json chore: update lock files 2023-12-23 00:38:51 +03:00
package.json merge changes from master branch 2023-12-22 23:44:48 +03:00
patch.php Update patch.php 2022-02-25 18:32:24 +01:00
phpunit.xml Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +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 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