Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 39 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
# DDD php Skeleton
<p align="center">
<a href="http://codely.tv">
<img src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" width="192px" height="192px"/>
</a>
</p>

<p align="center">Template to start from scratch a new Php project using DDD as architecture.</p>

## Installation

`composer create-project codelytv/ddd-skeleton`
Use the dependency manager [Composer](https://getcomposer.org/) to create a new project.

```
composer create-project codelytv/ddd-skeleton
```

## Usage with Docker

Just run:

```
make build
```

Then go to `http://localhost:8030/health-check` to check all is ok.

## Starting the server
* Local using: `make start-local`
* First you should execute `make prepare-local`
* Docker using: `make build`
## Usage from local

First of all you should execute

```
make prepare-local
```

And then start local environment:

```
make start-local
```

And then going to `http://localhost:8030/health-check` to check all is ok.

## Contributing
There are some things missing feel free to add this if you want! If you want
some guidelines feel free to contact us :)