Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwLuis committed Oct 18, 2023
2 parents 97b2edd + 17de644 commit fb5aebf
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Backend

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
echo:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Test
run: echo "hi"
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# DuoGradus

Wenn Duolingo ein Schrittezähler wäre
DuoGradus (lat. Gradus = Schritte, DuoGradus = Zwei Schritte)

Dieses Repository beinhaltet das Software Engineering Projekt der Gruppe 5.

## Struktur

- [frontend](./frontend/) - Beinhaltet den frontend code
- [backend](./backend/) - Beinhaltet den backend code
- [docs](./docs/) - Beinhaltet alle Dateien die das Projektmanagement sowie die Dokumentation des Projektes
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
- [MoSCoW Analyse](./moscow.md)
- [Architektur](./architecture.md)
- [Weekly Reports](./weekly.md)

## Idee

Zentrales Element des Projektes ist eine App zu entwickeln, um Nutzer zu Motivieren Schritte zu sammeln und sich somit Sportlich zu betätigen. Dies soll in form einer Duolingo (eine App zum interaktiven, motivierenden Sprachen lernen) ähnlichen App geschehen, bei der der Nutzer durch Challenges, Streaks und Belohnungen Motiviert wird Schritte zu sammeln.
5 changes: 0 additions & 5 deletions docs/weekly.md

This file was deleted.

0 comments on commit fb5aebf

Please sign in to comment.