Skip to content

Add GET route in the express APP #10

@mayurchhapra

Description

@mayurchhapra

Simple steps to follow:

  1. Give a start to this repo.
  2. Add one controller file and controler of your name.
  3. Add one route file same as controller name.
  4. Take the reference of health-check controller.
  5. follow me: https://github.com/mayurchhapra

response will looks like this.

{
    status: 'success',
    data: {
      name: "Your Full Name",
      description: "Simple Description",
      githubUrl: "https://github.com/<your-giihub-url>"
    }
}

Please follow above steps and I'll merge the PR Quickly. :)
Happy coding.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions