Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

LuisCusihuaman/MessageNode.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published