Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 867 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 867 Bytes

project-server-mern-maniacs

  • All the required rest API with validation, authentication, and authorization for the project
  • Enables cors

Luiz's Back End

  • Item CRUD operations back end finished
  • Rental CRUD operations back end finished
  • PATCH for return date change in Rental
  • PATCH for comments and ratings to Rental (rating gets added automatically to an overall array of ratings in the item object)

Tim's Back End

  • Contact back end finished
  • Community Post back end finished
  • Community Reply back end finished
  • Profile back end finished

Yunqian(Alex)'s Back End

  • Login/Register/Authorization back end finished
  • FAQs CRUD finished
  • ItemList filters

Christine's Back End

  • Stripe integration for checkout
  • Checkout back end code finished
  • Message back end code finished