https://github.com/marianfoo/nuve_flight
https://github.com/marianfoo/nuve_flight
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marianfoo/nuve_flight
- Owner: marianfoo
- Created: 2024-03-02T19:38:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T19:38:37.000Z (over 2 years ago)
- Last Synced: 2025-02-13T08:52:38.253Z (over 1 year ago)
- Language: JavaScript
- Size: 119 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**
Fri Mar 01 2024 15:17:16 GMT+0100 (Mitteleuropäische Normalzeit)|
|**App Generator**
@sap/generator-fiori-elements|
|**App Generator Version**
1.12.2|
|**Generation Platform**
Visual Studio Code|
|**Template Used**
List Report Page V2|
|**Service Type**
SAP System (ABAP On Premise)|
|**Service URL**
https://sap-test.marian-marianzeis-de.nuve.run//sap/opu/odata/dmo/FLIGHT_R
|**Module Name**
nuve_flight_v2|
|**Application Title**
Nuve Flight V2|
|**Namespace**
|
|**UI5 Theme**
sap_fiori_3|
|**UI5 Version**
1.71.50|
|**Enable Code Assist Libraries**
False|
|**Enable TypeScript**
False|
|**Add Eslint configuration**
False|
|**Main Entity**
Flight|
|**Navigation Entity**
to_Connection|
## nuve_flight_v2
An SAP 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)