Skip to content

Commit

Permalink
Merge pull request #14 from markushaug/main
Browse files Browse the repository at this point in the history
Course Update
  • Loading branch information
markushaug authored Nov 14, 2022
2 parents 901ed1b + f8e1242 commit 151e380
Show file tree
Hide file tree
Showing 13 changed files with 6,779 additions and 7,963 deletions.
1 change: 1 addition & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apikey=<YOUR-API-KEY>
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CAP sap-learning-extension-suite
# CAP risk-management
_out
*.db
connection.properties
default-*.json
.cdsrc-private.json
gen/
node_modules/
target/
.env
*.sqlite

# Web IDE, App Studio
.che/
Expand All @@ -25,7 +26,8 @@ mta_archives/
*.iml
*.flattened-pom.xml


# IDEs
# .vscode
# .idea
.vscode/
.idea

.env
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/extensions.json

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

25 changes: 0 additions & 25 deletions .vscode/tasks.json

This file was deleted.

28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Welcome to the SAP Extension Suite Learning Journey
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/extension-suite-learning-journey)](https://api.reuse.software/info/github.com/SAP-samples/extension-suite-learning-journey)

# Getting Started

Welcome to your new project.

It contains these folders and files, following our recommended project layout:

File or Folder | Purpose
---------|----------
`app/` | content for UI frontends goes here
`db/` | your domain models and data go here
`srv/` | your service models and code go here
`package.json` | project metadata and configuration# Welcome to the SAP Extension Suite Learning Journey


Welcome to this repository for the learning journey "Developing with SAP Extension Suite" published on [SAP Learning](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite). We provide a starting template for the exercises as well as a dedicated branch for each exercise with its final solution.

## Requirements
Expand Down Expand Up @@ -42,3 +55,16 @@ If you wish to contribute code, offer fixes or improvements, please send a pull

## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
`readme.md` | this getting started guide


## Next Steps

- Open a new terminal and run `cds watch`
- (in VS Code simply choose _**Terminal** > Run Task > cds watch_)
- Start adding content, for example, a [db/schema.cds](db/schema.cds).


## Learn More

Learn more at https://cap.cloud.sap/docs/get-started/.
142 changes: 0 additions & 142 deletions TROUBLESHOOTING.md

This file was deleted.

Loading

0 comments on commit 151e380

Please sign in to comment.