Uitje is a reservation system for the leisure industry, currently focussed on providing an interface to reserve group trips to leisure-focused locations.
- Manage customers
- Create custom reservation types (such as birthday parties, school trips, boy/girl scout events, meal packages)
- The ability to link multiple reservation types to a single order (tickets, meal menus, extra's, ...)
- Manage frequently asked questions and link them to reservation types
- Install all dependencies using
npm i
andcomposer i
- Copy the
.env.example
file to.env
and fill in the correct information. After that, the application can be run by executingphp artisan serve
. - Run the migrations by executing
php artisan migrate:fresh
- If you want some test data, run
php artisan db:seed
to fill the database with fake data.
- If you want some test data, run
- Build the front-end assets using
npm run prod
- Run
php artisan serve
to run the application locally.
Uitje uses the Laravel framework. The Laravel framework is open-sourced software licensed under the MIT license.