Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/ikenox/comment-api-on-gae
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenox committed Oct 14, 2018
2 parents 9679a04 + 4fe490a commit 3e8b8f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commenting Service on GAE
# Commenting API service on Google App Engine

An commenting API service based on Clean Architecture and Domain Driven Design
An commenting API service which is run on Google App Engine and some Google Cloud Platform services, based on Clean Architecture and Domain Driven Design

## About this project

Expand All @@ -22,6 +22,10 @@ So this project has some over-engineered parts.
- Notification context
- Commenting API is based on Clean Architecture.

### TODO

- Separate Commenting API Service and Notification Service into different GAE service

## Domain Driven Design in this project

### Bounded contexts
Expand Down Expand Up @@ -52,7 +56,7 @@ To be written
Because of Clean Architecture, application logic and domain logic are independent with detail of infrastructure.
Followings are not appeared in the core of the application.

- Various packages which is related to Google App Engine
- Various packages which is related to Google App Engine infrastructure
- Technological details of web application (e.g. context.Context)

# Setup
Expand Down

0 comments on commit 3e8b8f3

Please sign in to comment.