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.
- Host: GitHub
- URL: https://github.com/zenika/ozkour
- Owner: Zenika
- Created: 2022-03-22T13:09:23.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T09:23:23.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:01:53.835Z (2 months ago)
- Topics: auth0, google-sheets-api, google-slides-api, jest, nodejs, pinia, scss, vue3
- Language: JavaScript
- Homepage:
- Size: 7.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OZKOUR [](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.