It is a blog publishing service, in this project the design of the api was raised and how it is consumed by a SPA React application
This application allows you to CRUD the posts from a personal account.
Based on the projects of the NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL)
Adjust .env
with your own credentials
cp .env-dist .env
In both the backend and the frontend, the following should be done
npm install
npm start