API to render static data of team component
Closed this issue ยท 2 comments
Paarmita commented
Is your feature request related to a problem? Please describe.
Currently, data in Ignitus landing page is hardcoded in react component itself, but we want react component to send async request to the restful api endpoint and render data recieved from the response.
Describe the solution you'd like
Create a RestAPI endpoint that will contain information (Designation,Name, Linkedin Profile URL, Github Profile URL) about each teammember.
Endpoint must perform CRUD operations.
trevorkirpaul commented
I'm taking a shot at this :)
I mainly work with frontend/react code but I'm somewhat familiar with mongoose/mongoDB and node.
divyanshu-rawat commented
@trevorkirpaul Thanks that's Great ๐
Let me if you face any issue with mongoose/mongoDB and node while integrating ๐