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 iandcomposer i - Copy the
.env.examplefile to.envand 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:seedto 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 serveto run the application locally.
Uitje uses the Laravel framework. The Laravel framework is open-sourced software licensed under the MIT license.