Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelpernil2/SuperJet
An Oracle Jet project for trying out different functionalities
https://github.com/rafaelpernil2/SuperJet
Last synced: 3 months ago
JSON representation
An Oracle Jet project for trying out different functionalities
- Host: GitHub
- URL: https://github.com/rafaelpernil2/SuperJet
- Owner: rafaelpernil2
- License: mit
- Archived: true
- Created: 2019-03-11T14:57:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T23:55:13.000Z (about 2 years ago)
- Last Synced: 2024-07-24T22:59:47.500Z (4 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jet - SuperJet
README
# SuperJet
An Oracle Jet web application for trying out different functionalities. It mimicks the behaviour of [rafaelpernil2/FezComicsCliente](https://github.com/rafaelpernil2/FezComicsCliente), connecting with a REST API ([rafaelpernil2/FezComicRESTPy](https://github.com/rafaelpernil2/FezComicRESTPy)). Also, this project is Dockerized for further CI/CD management.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)
## Installation
**Requirements:**
* [**Docker**](https://www.docker.com/)
* [**rafaelpernil2/FezComicRESTPy**](https://github.com/rafaelpernil2/FezComicRESTPy)***Additional requirements without using Docker:***
* [**Node.js**](https://nodejs.org/)**Steps without Docker:**
Install Oracle Jet 8.1.0 or higher
```
$ npm install -g @oracle/ojet-cli@latest
```
Go to the folder where you cloned this repository and install the dependencies
```
$ npm install
```**Steps using Docker:**
Simply build the container
```
$ docker build -t .
```## Usage
**Usage without Docker**Deploy in local using the following command
```
$ ojet serve
```**Usage with Docker**
Run the created container
```
$ docker run -p 8100:8100 -d
```## Contributing
There is no plan regarding contributions in this project
## Credits
This web application has been developed by myself:**Rafael Pernil Bronchalo** - *Developer*
* [github/rafaelpernil2](https://github.com/rafaelpernil2)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details