dzcode-io / dzcode.io

Website for Algerian open-source community
https://dzcode.io
MIT License
115 stars 41 forks source link

move projects endpoint from `./data` to `./api` #557

Closed ZibanPirate closed 1 year ago

ZibanPirate commented 1 year ago

Description

added a new endpoint in ./api, that returns the projects listed under dzcode and display more info for each project such as contributors ...etc

you can test it by:

curl -X 'GET' \
  'http://localhost:7070/Projects/' \
  -H 'accept: text/html; charset=utf-8'

or by visiting: http://localhost:7070/docs/#/Project/ProjectController.getProjects

Type of change