My frontend is currently only static, so it just pulls pre-set articles from mdx files stored in the _posts folder. Once the API for articles is complete, I need to have the UI make requests to it and have the ability to create articles, grab articles from the db, delete articles, etc.
My frontend is currently only static, so it just pulls pre-set articles from mdx files stored in the
_posts
folder. Once the API for articles is complete, I need to have the UI make requests to it and have the ability to create articles, grab articles from the db, delete articles, etc.