visevol / GithubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

[Backend] Add the #create action in RepositoriesController #17

Closed zergov closed 2 weeks ago

zergov commented 2 weeks ago

Fixes: https://github.com/visevol/GihubVisualisation/issues/9

Add #create action to RepositoriesController

The create action responds to: POST /repositories, and it expects a url parameter.

The action will verify that the repository exists on the remote, and if it does, it will create an entry for this repository in our database.