Implementing a RESTful API

A RESTful API uses HTTP to send and receive data, so that functionality can be accessed as long as HTTP is available. Through HTTP using GET, POST, PUT and DELETE requests we gain access to CRUD functions.

Using Astro to build websites

Using Astro to build your website

Astro is an all-in-one web framework for building content-focused websites such as marketing sites, publishing sites, documentation sites, blogs, portfolios, and in some cases e-commerce sites.