Timegrid is a web application for online reservation of services for business.
It is currently in beta stage willing to add some missing functions in the short terms.
It is made under the Laravel 5 framework for PHP.
You can try the beta stage working live demo
These are the current features so far:
- User SignUp process (with email notification)
- Business registration
- Business Contacts registration
- Business Services registration
- Business Services Availability management (basic)
- Service Reservation (with email notification)
- Search engine (basic)
To be available soon.
- Step 1: Get the code
- Step 2: Use Composer to install dependencies
- Step 3: Create database
- Step 4: Install
- Step 5: Start Page
$ git clone https://github.com/alariva/timegrid.git
If you want to stand on the latest beta-stable version:
$ cd timegrid
$ git checkout tags/v3.4.1-beta
composer install
If you finished first three steps, now you can create database on your database server(MySQL). You must create database with utf-8 collation(uft8_general_ci), to install and application work perfectly. After that, copy .env.example and rename it as .env and put connection and change default database connection name, only database connection, put name database, database username and password.
Change the storage path in .env file to a writeable location
STORAGE_PATH=/home/username/timegrid/storage
Migrate database schema
php artisan migrate
Populate database:
php artisan db:seed
Run the server:
php artisan serve
Type on web browser:
http://localhost:8000/
You can now register as new user and login.
Thank you for considering contributing to Timegrid.
Please see CONTRIBUTING doc for further details. You are welcome to join the core development team and enhance the development process apart from just code :)
Join the Trello board for development roadmap
Join the Slack for technical discussion
Timegrid is open-sourced software licensed under the AGPL