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

https://github.com/zenika/ozkour

An app to help the marketing team create documents, based on Google templates, quicker and more efficiently.
https://github.com/zenika/ozkour

auth0 google-sheets-api google-slides-api jest nodejs pinia scss vue3

Last synced: about 2 months ago
JSON representation

An app to help the marketing team create documents, based on Google templates, quicker and more efficiently.

Awesome Lists containing this project

README

        

# OZKOUR [![Zenika](https://circleci.com/gh/Zenika/OZKOUR.svg?style=svg)](https://circleci.com/github/Zenika/OZKOUR)

A web application to create documents or slides for the talks given by the Z (Quoi de 9 ?, E-mailing, Slack, Meet Up).
The application retrieve the data from multiple google sheets documents, create a document based on a template and put those data in it.

## Setup

### Environment variable

Before launching you application you have to setup your environment variables:
* Check the [README.md](./ozkour-back/README.md) at the root of the ozkour-back folder to see the configurations of the environment variables for the server
* Check the [README.md] (./ozkour-front/README.md)at the root of the ozkour-front folder to see the configurations of the environment variables for the client

## Run
To run the application you can find the steps in the README.md in the folders "ozkour-back" and "ozkour-front"

## How to contribute ?
Get the issue you want to work on.
Define the task with the team.
Plan the tests.
Start a new branch from dev (branch name = id issue + description).
Code.
Create a pull request.