| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
FossBadge is a free and open source platform for creating, managing, and sharing digital badges. It allows organizations to recognize skills and achievements through a simple, accessible interface.
Clone the repository:
git clone https://github.com/CoopCodeCommun/FossBadge.git
cd fossbadgeInstall dependencies using uv (optional, uv does it automatically):
uv syncApply migrations:
uv run python manage.py migratePopulate the database (optional):
uv run python manage.py populate_db --imgCreate a superuser (optional):
uv run python manage.py createsuperuserRun the development server:
uv run python manage.py runserverAccess the application at http://127.0.0.1:8000/
Run the tests :
uv run python manage.py testAfter that, nginx will run on port 80.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the AGPLv3 License - see the LICENSE file for details.
FossBadge est une plateforme libre et open source pour créer, gérer et partager des badges numériques. Elle permet aux organisations de reconnaître les compétences et les réalisations à travers une interface simple et accessible.
Cloner le dépôt :
git clone https://github.com/CoopCodeCommun/FossBadge.git
cd fossbadgeInstaller les dépendances avec uv (optionnel, uv le fait automatiquement):
uv syncAppliquer les migrations :
uv run python manage.py migrateRemplir la base de données (optionnel) :
uv run python manage.py populate_db --imgCréer un super utilisateur (optionnel) :
uv run python manage.py createsuperuserLancer le serveur de développement :
uv run python manage.py runserverAccéder à l'application à l'adresse http://127.0.0.1:8000/
Lancer les tests :
uv run python manage.py testAprès ça, nginx tournera sur le port 80.
Les contributions sont les bienvenues ! N'hésitez pas à soumettre une Pull Request.
Ce projet est sous licence AGPLv3 - voir le fichier LICENSE pour plus de détails.
| Back | FazBrowse Home | New Git URL |