MicrosoftStudentChapter / Linky

An open source URL shortener server with custom URLs, expiry dates being developed in GoLang
5 stars 15 forks source link

Create backend for getting Administrators and their details and displaying them in the frontend. #46

Open JeevantVerma opened 5 days ago

JeevantVerma commented 5 days ago

(Administrators component) Currently the admins displayed are fetched from a JSON file. Make it so that the Administrators component fetches the data dynamically from the database and integrate it into the corresponding component of the Admin Page.