https://github.com/marianfoo/odatav4created
https://github.com/marianfoo/odatav4created
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marianfoo/odatav4created
- Owner: marianfoo
- Created: 2023-05-17T18:30:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T08:51:52.000Z (about 3 years ago)
- Last Synced: 2025-02-13T08:52:38.565Z (over 1 year ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Application Details
| |
| ------------- |
|**Generation Date and Time**
Wed May 17 2023 20:09:34 GMT+0200 (Mitteleuropäische Sommerzeit)|
|**App Generator**
@sap/generator-fiori-elements|
|**App Generator Version**
1.9.5|
|**Generation Platform**
Visual Studio Code|
|**Template Used**
List Report Page V4|
|**Service Type**
OData Url|
|**Service URL**
https://excelupload.marianzeis.de/orders/
|**Module Name**
createactivate|
|**Application Title**
App Title|
|**Namespace**
|
|**UI5 Theme**
sap_horizon|
|**UI5 Version**
1.113.0|
|**Enable Code Assist Libraries**
False|
|**Enable TypeScript**
False|
|**Add Eslint configuration**
False|
|**Main Entity**
Orders|
|**Navigation Entity**
Items|
## createactivate
A Fiori application.
### Starting the generated app
- This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. In order to launch the generated app, simply run the following from the generated app root folder:
```
npm start
```
- It is also possible to run the application using mock data that reflects the OData Service URL supplied during application generation. In order to run the application with Mock Data, run the following from the generated app root folder:
```
npm run start-mock
```
#### Pre-requisites:
1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)