sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
10 stars 37 forks source link

Implement Get mentor categories endpoint (Public endpoint) #68

Closed sathudeva7 closed 11 months ago

sathudeva7 commented 11 months ago

Purpose

The purpose of this PR is to fix #16

Goals

This issue involves implementing an API to get mentor categories. The endpoint should allow clients to make a GET request to {{baseUrl}}/api/categories.

Approach

Created new route folder for categories. /src/routes/category/category.route.ts

Screenshots

Checklist

Related PRs

## Test environment ## Learning