Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 542 Bytes

File metadata and controls

19 lines (13 loc) · 542 Bytes

User Authentication with Passport/Express and React/Redux

Sample project that shows a fullstack application using:

  • Frontend: React, Redux and React-Router.
  • Backend: Node.js, Expresss, Passport and MongoDB.

This project has been developed to practice my skills with the tech stack shown above.

###Getting Started###

Checkout this repository, install dependencies, then start Webpack server with the following:

	git clone https://github.com/debiasej/auth-server-learning.git
	cd auth-server-learning
	npm install
	npm start