Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/reverseOpenApi/back

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/reverseOpenApi/back

  • v0.0.0-20220311124335-41e24b1e3e1e
  • Source
  • Go
  • Socket score

Version published
Created
Source

Reverse OpenAPI

Generate an OpenAPI document with a simple web form.

Team

  • Tan NGUYEN
  • Clément HALLER
  • Merith NDOLO
  • Samuel BELOLO
  • Filoupatir HANNA
  • Issam EL MOUTII
  • Marc PIERRON

Summary

Getting started

Clone and run the project via docker.

$ docker-compose up

Folder structure

TODO

Conventions

Commit conventions

Use Gitmoji to define the type of the commit. Rest of the commit message follow the Conventionnal Commits Specification.

:emoji type:[optional scope] <description>

[optional body]

[optional footer(s)]

Branch conventions

Manage branches using the GitFlow branching model.

<service-name>/<feature|release|hotfix|support>/<name>

Stack

Infrastructure

[insert infrastructure schema]

Api Client container

[localhost]
A Symfony API consumed by the front-end client.

OpenAPI Service container

[localhost:81]
A Symfony service that generates OpenAPI documents.

SQL Fixtures service container

[localhost:82]
A symfony service that generates SQL queries and fake data from OpenAPI schemas.

Functional test service container

[localhost:83]
A GO service that generates functional tests for OpenAPI schemas.

GCP Pub/Sub Emulator container

[localhost:8085]
The official GCP Pub/Sub Emulator used to communicate between the api client and services.

Database container

[localhost:3306]
A MySQL database that can be managed with PHPMyAdmin at localhost:8080 :

  • username: root
  • password: root

Entity relationship diagram

entity-relationship-diagram

FAQs

Package last updated on 11 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc