Ignitus/Ignitus-rest-api

API to render static data of team component

Closed this issue ยท 2 comments

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.

screenshot

I'm taking a shot at this :)

I mainly work with frontend/react code but I'm somewhat familiar with mongoose/mongoDB and node.

@trevorkirpaul Thanks that's Great ๐Ÿ‘
Let me if you face any issue with mongoose/mongoDB and node while integrating ๐Ÿ‘