-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
947389a
commit b021971
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# Test der Eignung von JavaScript inkl. NodeJS für Microservices | ||
In diesem Projekt wird die Sprache JavaScript mit dem Framework NodeJS im Rahmen des QQ2-Projekts [Eignung von Programmiersprachen und Frameworks für Microservices](https://blogs.gm.fh-koeln.de/bente/2018/09/24/qq2-projekt-eignung-von-programmiersprachen-und-frameworks-fuer-microservices/) getestet. | ||
|
||
## Online | ||
Damit das Projekt nicht erst heruntergeladen werden muss, wird der Stand vom ```master```-Branch auf Heroku unter [https://qq2-nodejs.herokuapp.com/](https://qq2-nodejs.herokuapp.com/) gehostet. | ||
|
||
## Lokal | ||
### Download | ||
|
||
Am einfachsten ist es, dass Projekt mit dem nachfolgenden Befehl herunterzuladen: | ||
|
||
```sh | ||
git clone https://github.com/rudolfgrauberger/qq2-eignung-nodejs-fuer-microservice.git | ||
``` | ||
|
||
### Einrichtung | ||
.... |