nadralia / Mern-crud

MERN(React, Node.js, MongoDB and Express) CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mern-crud

MERN(React, Node.js, MongoDB and Express) CRUD

App Structure

● src +---● actions | | | |-- api.js (handle all http request) | |-- postMessage.js (Redux actions & action creators) | |-- store.js (configure redux store) | +---● components | | | |--PostMessageForm.js (form operations) - child | |--PostMessages.js (list of records) - parent | |--useForm.js (handles common form opearations) | |---● reducers | | | |--postMessage.js | |--index.js | |-- App.js |-- index.js |-- index.css

About

MERN(React, Node.js, MongoDB and Express) CRUD


Languages

Language:JavaScript 85.3%Language:HTML 9.6%Language:CSS 5.2%