Skip to content

Commit

Permalink
Merge pull request #14 from S-Stanley/9-add-main-readme
Browse files Browse the repository at this point in the history
doc: add main readme #9
  • Loading branch information
S-Stanley authored Mar 26, 2022
2 parents 3e6ae9d + 896b96e commit 6b389b8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Purpev

### Introduction

Welcome to purpev, an open source projet to add some gamifications.

The goal is to count the number of merges request, have a grade/rank and get somes reports.

You can have some data like this in gitlab or github, but they are mainly based on commit, not on merge/pull request.

### Scope

For the moment purpev is only working on gitlab.

### Structure of the repository

```services/``` crud for the database

```templates/``` html pages

```utils/``` OAuth2.0 connection to 3rd party like gitlab and get datas.

### Stack

- Flask
- Python
- MongoDB

0 comments on commit 6b389b8

Please sign in to comment.