JesseEyler / microservice-blogging-platform

This project implements a simple blogging platform that utilizes microservice architecture and a fully automated CI/CD pipeline.
MIT License
0 stars 0 forks source link

Hook up frontend UI to backend articles API #9

Open JesseEyler opened 1 year ago

JesseEyler commented 1 year ago

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.