Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boiler-plate

A base website project with login, register, logout, forgot password, and change password using React and NodeJS.

How to setup

  1. Add a .env file in the server folder with the following:
DB_SERVER=DATABASE SERVER
DB_USER=DATABASE USERNAME
DB_PASSWORD=DATABASE PASSWORD
DB=DATABASE NAME HERE
DB_PORT=PORT NUMBER FOR DATABASE HERE
EMAIL_SERVER=EMAIL SERVER HERE
EMAIL_USER=EMAIL USERNAME
EMAIL_PASS=EMAIL PASSWORD
EMAIL_PORT=EMAIL PORT
EMAIL_FROM=EMAIL SEND FROM ADDRESS
SESSION_SECRET=PASSWORD FOR SESSIONS (MAKE THIS WHAT YOU WANT, KEEP SECRET)
  1. Add a .env file in the root directory with the following:
REACT_APP_BASE_URL=http://localhost:3001

About

A base website project with login, register, logout, forgot password, and change password using React and NodeJS.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages