Skip to content

Commit

Permalink
chore(contributing): mention prisma studio & vscode develop task (clo…
Browse files Browse the repository at this point in the history
…ses #1186)
  • Loading branch information
ewen-lbh committed Nov 12, 2024
1 parent cdf936d commit 12804e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ yarn install
```
3. Ajouter les variables d'environnement
```
cp .env.example .env
```
Expand Down Expand Up @@ -76,6 +77,8 @@ yarn reset
| --------------- | --------------- |
| `yarn @api dev` | `yarn @app dev` |

(sur VSCode: Run Task puis Develop)

Note que le faux serveur LDAP de l'école ne fonctionnera pas (il faut le lancer dans encore un autre terminal), mais ça ne pose pas de problème si l'on ne développe pas la partie inscriptions.

Parmis d'autres choses, sont notamment lancés:
Expand All @@ -84,6 +87,12 @@ Parmis d'autres choses, sont notamment lancés:
- <http://localhost:4000>: l'API
- <http://localhost:8025>: un serveur mail de test reçevant tout les mails envoyés par l'application

On peut lancer Prisma Studio pour inspecter la base de données:

```
yarn prisma studio
```

## Développement

[Voir le wiki](https://git.inpt.fr/inp-net/churros/-/wikis) pour se familiariser avec l'architecture du projet.
Expand Down

0 comments on commit 12804e0

Please sign in to comment.