anikethsaha / MERN-stack-Api-example

MongoDB , ExpressJS , ReactJS , NodeJS A simple MERN stack api + frontend app for creating and fetching FAKEUSER Also created the same app with flux architect using redux.js framework. Contributors always welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Stack (Flux architecture Please read the how to use)

A simple api to get fake user

Screenshot at the end of the readme file

Features

Add fake user , Fetch them in Your Code , More Feactures like JWT auth token,Reporting Comming Soon -- JWT auth is Added now . Token Creation link /w/login , Protected Route /w/home . Add the Middleware verifyTokenHeader to protect any route

How TO Use

Download or clone the whole project I have created the app using With flux(Redux.js frameworks) architecture

How to install and use

  1. Clone the project or download the zip
  
  2. After pasting the project and changing the above changes  run **npm install** to install all the dependencies 
  3 In one terminal run **nodemon server.js** to start the server .
  4 before running the server just compile the webpack with **npm run webpack** though I will update the bundle.js file as much as              possible
  5  Go to **http://localhost:8080/** to see the page

Contact details

for any doubts and queries mail me at : anik220798@gmail.com

Contributors Always Welcome

alt text

alt text

alt text

alt text

About

MongoDB , ExpressJS , ReactJS , NodeJS A simple MERN stack api + frontend app for creating and fetching FAKEUSER Also created the same app with flux architect using redux.js framework. Contributors always welcome.


Languages

Language:JavaScript 99.6%Language:CSS 0.3%Language:HTML 0.0%