An open API service indexing awesome lists of open source software.

https://github.com/marianfoo/nuve_flight


https://github.com/marianfoo/nuve_flight

Last synced: about 1 year ago
JSON representation

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)