Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Plan and build API endpoints #10

Closed Nostromos closed 7 months ago

Nostromos commented 7 months ago

Plan the API endpoints that will be used in retrieving data from your database.

Based on the requirements, think about what data resources are required and what operations you will need (GET, POST, PUT, DELETE). Naming resources succinctly and accurately is very important in REST API design, so make sure to take some time with this.

You can use Postman or a similar tool to test your API endpoints.