/auth-e2e

End to end authentication example

Primary LanguageJavaScript

Authentication End to End Example

This is a project that was built from the course on Udemy Advanced React and Redux. The course covers a few different very useful areas of web development. This repository contains the code from the part that shows how to build a full end to end user authentication system using React and Node.js.

Installation

cd server

npm install

MongoDB is required to run the server for this application. You will need to install and set up Mongo first.

Running the server

npm run dev