Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectexchange/skyrocket
SkyRocket is a secure flight booking service created as a project within the scope of the dual study program.
https://github.com/projectexchange/skyrocket
booking flight rocket secure sky skyrocket system
Last synced: about 1 month ago
JSON representation
SkyRocket is a secure flight booking service created as a project within the scope of the dual study program.
- Host: GitHub
- URL: https://github.com/projectexchange/skyrocket
- Owner: ProjectExchange
- License: agpl-3.0
- Created: 2021-10-22T09:30:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:53:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T22:56:06.453Z (about 1 month ago)
- Topics: booking, flight, rocket, secure, sky, skyrocket, system
- Language: TypeScript
- Homepage: https://skyrocket.projectexchange.org
- Size: 5.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SkyRocket
🤖 Automated SAST Pipeline
🔒 SonarQube Monitored
---
## What is SkyRocket?
SkyRocket is a secure booking service for flights, written in Rust and TypeScript.
## Get started
You can find the documentation for getting started [here](docs/).
## Folder overview
| Folder | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------- |
| `.github` | All files used by GitHub. For example, for the workflows to automatically run the SAST pipeline. |
| `.vscode` | The configuration file for the used IDE. |
| `backend` | Contains all files for the SkyRocket backend. It is written in Rust using the Rocket web framework. |
| `docker` | Files for the development setup for spawning a clean MariaDB and Redis database in a Docker container. |
| `docs` | This folder contains the SkyRocket documentation as well as the architectural design. |
| `frontend` | Contains all files for the Skyrocket frontend. This is written in TypeScript using Angular. |
| `lib` | This folder is used for the necessary dependency packages generated for the frontend for connection to the backend. |
| `scripts` | Scripts for automated code generation. Running the swagger codegen container. |