CTB97 / blog-api-with-grails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog-api-with-grails

Blog API en Groovy

Bienvenue dans le projet Blog API en Groovy. Ce projet est une API RESTful construite avec le framework Grails pour gérer un blog.

Prérequis

Configuration du projet

  1. Clonez le dépôt :

    git clone https://github.com/CTB97/blog-api-with-grails.git
  2. Accédez au répertoire du projet :

    cd blog-api
  3. Lancez l'application en mode développement :

    grails run-app

L'API sera accessible à l'adresse http://localhost:8080.

Endpoints API

L'API expose les endpoints suivants :

Contribution

Si vous souhaitez contribuer à ce projet, suivez ces étapes :

  1. Fork du projet.
  2. Créez une branche pour votre fonctionnalité : git checkout -b feature/nouvelle-fonctionnalite.
  3. Effectuez vos modifications.
  4. Commitez vos changements : git commit -m "Ajout de la nouvelle fonctionnalité".
  5. Poussez vos modifications sur votre fork : git push origin feature/nouvelle-fonctionnalite.
  6. Créez une Pull Request depuis votre branche vers la branche principale du projet.

About


Languages

Language:Groovy 59.7%Language:Shell 26.7%Language:Batchfile 13.6%