Skip to content

Coded from scratch; represents how I scaffold basic backends for MERN projects that require login

Notifications You must be signed in to change notification settings

zlach/mern-template-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following variables should be placed in a .env at the root. To run the project in development mode w/o auth, just need to add the MONGODB_URI. To test auth, change NODE_ENV to say "production" and get an AWS user pool id and client id.

MONGODB_URI=
NODE_ENV=development
AWS_USER_POOL=
AWS_CLIENT_ID=

About

Coded from scratch; represents how I scaffold basic backends for MERN projects that require login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published