Skip to content

insite-la/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

About

📰 Blog publishing service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • CSS 13.2%
  • HTML 2.5%