Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMaquet-HeArc authored May 3, 2024
1 parent 8ca943c commit 776fd47
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,18 @@ ARConnect-Manager is a webapp created to manage tournaments in a LAN-like event.

[Access the demo here](https://arconnect.k8s.ing.he-arc.ch/)

### Installation du projet en local
1. Cloner le projet en local
2. Installer les modules pythons qui sont dans `./Api/requirements.txt`
3. Dans `./Api/.`, lancer les migrations avec la ocmmande `python manage.py migrate`
4. Toujours au même endroit, exécuter le serveur avec la commande `python manage.py runserver`
5. Se déplacer dans `./frontend/`
6. Installer les modules NPM avec la commande `npm install`
7. Démarrer le serveur avec la commande `npm run dev`

### Sources

- [allauth](https://docs.allauth.org/en/latest/)
- [dj-rest-auth](https://dj-rest-auth.readthedocs.io/en/latest/index.html)
- [api challonge](https://api.challonge.com/v1)
- [module python api challonge](https://github.com/ZEDGR/pychallonge)

0 comments on commit 776fd47

Please sign in to comment.