Skip to content

A super simplistic example of a fullstack app using Express, React, and Passport.

Notifications You must be signed in to change notification settings

michaelmcshinsky/express-react-passport-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express React Passport JWT

A super simplistic example of a fullstack app using Express, React, and Passport.

Features

  • Express
  • Passport
  • MongoDB
  • Mongoose
  • React
  • Bootstrap
  • React Router
  • Formik

Installation

git clone https://github.com/michaelmcshinsky/express-react-passport-jwt.git
cd express-react-passport-jwt
cp .env.example .env
npm install

Usage

Update the .env file to your information

JWT_SECRET= # For token secret
MONGODB_URI= # For database connection

To start the app:

npm start

Navigation to http://localhost:3000

About

A super simplistic example of a fullstack app using Express, React, and Passport.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published