Girl-Code-It / Opportunity-Calendar-Backend

Opportunity Calendar is the one-stop place to refer important opportunities available in tech-space like newly posted jobs, internships, hackathons, tech-conferences, scholarships, etc.
https://opportunity-calendar.herokuapp.com/
MIT License
15 stars 30 forks source link

Added Patch API #60

Closed Sukriti-sood closed 3 years ago

Sukriti-sood commented 3 years ago

Description

Added the PATCH API for opportunities Added corresponding documentation in routes/opportunity.js Added corresponding documentation in documentation/APIS.md

Fixes #57

How Has This Been Tested?

Tests for updateOpportunity Function for controller, manager and services also included

Manvityagi commented 3 years ago

Have you tried updating any opportunity in the dev database using your API? @Sukriti-sood

Sukriti-sood commented 3 years ago

Screenshot from 2021-04-26 14-50-55 Added Postman sample request.

abdus commented 3 years ago

since there were some changes, can you attach a new postman screenshot?

Sukriti-sood commented 3 years ago

since there were some changes, can you attach a new postman screenshot?

Updating Opportunity

Screenshot from 2021-04-27 12-12-59

Getting Opportunity after update

Screenshot from 2021-04-27 12-20-48

Sukriti-sood commented 3 years ago

Updated Documentation Swagger UI

Manvityagi commented 3 years ago

Impressive work on the PR @Sukriti-sood , Merged