Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 7d0c258

Browse files
committed
initial commit
1 parent 4bc0544 commit 7d0c258

File tree

22 files changed

+4450
-1
lines changed

22 files changed

+4450
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
npm-debug.log
3+
yarn-error.log

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 KN-AMP
3+
Copyright (c) 2018 Christian Fröhlingsdorf & Hans Christian Reinl
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# KNAMP Documentation and Setup
2+
3+
## Contents
4+
5+
* [Architectural Docker-Compose Setup](compose-setup/README.md)
6+
* [Documentation](documentation/README.md)
7+
8+
## License
9+
10+
This project is under [MIT](./LICENSE).

compose-setup/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Architecture Overview in Docker Compose Setup
2+
3+
## Requirements
4+
5+
* Docker
6+
* Docker-Compose
7+
8+
## How to run?
9+
10+
* `docker-compose up`
11+
12+
* example CURL to create request
13+
```
14+
//TODO
15+
````
16+
17+
* visit `TODO` to see content via provider after transmitting and generation

compose-setup/bridge/Dockerfile

Whitespace-only changes.

compose-setup/bridge/index.js

Whitespace-only changes.

compose-setup/bridge/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "sample-bridge",
3+
"version": "0.0.1",
4+
"dependencies": {
5+
"knamp-transmitter-bridge": "^0.1.0"
6+
}
7+
}

0 commit comments

Comments
 (0)