Skip to content

Prepel/SandwichOrderingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SandwichOrderingSystem

A new, DDD-stylish, Sandwich Ordering System, mainly to learn about Domain Driven Design

To get started please create a settings.php file in the main directory, with the following settings:

<?php

return [
    'db-host'     => '127.0.0.1',
    'db-user'     => 'user-name',
    'db-password' => '',
    'db-schema'   => 'schema-name'
];

In the folder SQL there is some setup SQL. This can be used to create a simple database structure that is used. There is also some sample data included.

About

A new, DDD-stylish, Sandwich Ordering System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages