1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours. (Study project)
Go to file
2024-03-15 22:48:28 +01:00
.husky chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.vscode chore: initial commit 2024-02-16 22:51:50 +01:00
app feat: add basic data architecture 2024-03-15 22:48:28 +01:00
assets docs: add sujet et cahier des charges 2024-02-23 14:30:35 +01:00
components chore: initial commit 2024-02-16 22:51:50 +01:00
contexts feat: add basic data architecture 2024-03-15 22:48:28 +01:00
data feat: add basic data architecture 2024-03-15 22:48:28 +01:00
docs feat: add basic data architecture 2024-03-15 22:48:28 +01:00
hooks feat: add basic data architecture 2024-03-15 22:48:28 +01:00
tests chore: initial commit 2024-02-16 22:51:50 +01:00
.commitlintrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.editorconfig chore: initial commit 2024-02-16 22:51:50 +01:00
.env.example feat: add basic data architecture 2024-03-15 22:48:28 +01:00
.eslintrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
.gitattributes chore: initial commit 2024-02-16 22:51:50 +01:00
.gitignore feat: add basic data architecture 2024-03-15 22:48:28 +01:00
.gitlab-ci.yml ci: execute only on merge requests and push on develop 2024-02-23 16:23:01 +01:00
.lintstagedrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.npmrc chore: initial commit 2024-02-16 22:51:50 +01:00
.prettierrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
app.json feat: add basic data architecture 2024-03-15 22:48:28 +01:00
babel.config.js feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
jest.config.json chore: initial commit 2024-02-16 22:51:50 +01:00
package-lock.json feat: add basic data architecture 2024-03-15 22:48:28 +01:00
package.json feat: add basic data architecture 2024-03-15 22:48:28 +01:00
react-app-env.d.ts chore: initial commit 2024-02-16 22:51:50 +01:00
README.md feat: add basic data architecture 2024-03-15 22:48:28 +01:00
tsconfig.json chore: initial commit 2024-02-16 22:51:50 +01:00

P61 - Projet

À propos

Application mobile en React Native pour le projet du module P61 Développement avancé.

Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours.

Membres du Groupe 7

Documentation

Principaux Outils Informatiques Utilisés

  • Supabase: Backend, serveur d'API pour le stockage des données.

Développement du projet en local

Prérequis

Installation

# Cloner le projet
git clone git@git.unistra.fr:rrll/p61-project.git

# Se déplacer dans le répertoire du projet
cd p61-project

# Configurer les variables d'environnement
cp .env.example .env

# Installer les dépendances
npm clean-install

Lancer l'application

npm run start

Lancer Supabase (facultatif)

Ce n'est pas strictement nécessaire pour le développement de l'application (même si recommandé), de lancer Supabase en local, car l'application est déjà déployée sur un serveur Supabase en production.

npm run supabase