/SuperJet

An Oracle Jet project for trying out different functionalities

Primary LanguageJavaScriptMIT LicenseMIT

SuperJet

An Oracle Jet web application for trying out different functionalities. It mimicks the behaviour of rafaelpernil2/FezComicsCliente, connecting with a REST API (rafaelpernil2/FezComicRESTPy). Also, this project is Dockerized for further CI/CD management.

Table of Contents

Installation

Requirements:

Additional requirements without using Docker:

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 <some-tag> .

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 <some-tag>

Contributing

There is no plan regarding contributions in this project

Credits

This web application has been developed by myself:

Rafael Pernil Bronchalo - Developer

License

This project is licensed under the MIT License - see the LICENSE.md file for details