Installation

  • Clone repo
  • Install npm packages npm install
  • Create .env file and copy contents of .env.example into it
  • Update env variables in .env
  • Start the app by running npm run start

Features

  • Users can perform the following:

  • Add a new person.

  • Fetch details of a person.

  • Modify details of an existing person.

  • Remove a person

    Note: Please take note that dynamic data storage is permissible within the payload. Users may not have complete clarity on the specific requirements for the req.body

License

MIT