ThienAn1010 / Capstone-Project

A repository of "Paperworks" project developed by team WebDev.
https://paperworks.vercel.app/
1 stars 0 forks source link

CRUD services #30

Closed dangvuthang closed 2 years ago

dangvuthang commented 2 years ago

Close Issue

close #25

Enter the issue number with #

Summary

What is this PR about? Introduce services resources

Changelog

How to test

  1. Check out this branch
  2. Run npm install on both FE and BE directory
  3. Run npm start on root directory
  4. Use postman and navigate to services folder and test all endpoint

Test endpoint

Refer to documentation in postman for endpoint for more detail

POST: /auth/login POST: /auth/register GET: /services POST: /services PATCH: /services/offeredServiceId DELETE: /services/offeredServiceId