Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 708 Bytes

How It Works MessageNode.js

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)

MessageNode.js

Setup

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

What I Learned