A super simplistic example of a fullstack app using Express, React, and Passport.
- Express
- Passport
- MongoDB
- Mongoose
- React
- Bootstrap
- React Router
- Formik
git clone https://github.com/michaelmcshinsky/express-react-passport-jwt.git
cd express-react-passport-jwt
cp .env.example .env
npm install
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