Skip to content

Bakery API — Node.js Backend for Bakehouse Website This is the RESTful API backend for the Bakehouse bakery platform. Built using Node.js, Express, and MongoDB, this API powers both the customer-facing website and the admin panel.

Notifications You must be signed in to change notification settings

Pragash98/bakery-api

Repository files navigation

REST API

REST API Stands for REPRESENTATIONAL STATE TRANSFER

REST APIs operate on a simple request/response system.

  • REQUEST- Client can make a request using http methods.

These methods are: GET, POST, PUT, PATCH, DELETE, HEAD, TRACE, OPTIONS, CONNECT

HTTP REQUEST CONTAINS:

1)METHOD 
2)HTTP HEADERS
3)BODY 
  • RESPONSE- Server returns a resonse with an http status code Popular http status code: EX, 200, 202, 403, 404, 500 ETC

HTTP RESPONSE CONTAINS:

1)Status code
2)Http headers
3)Response body

About

Bakery API — Node.js Backend for Bakehouse Website This is the RESTful API backend for the Bakehouse bakery platform. Built using Node.js, Express, and MongoDB, this API powers both the customer-facing website and the admin panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published