Skip to content

Login authentication using Node.js (Express), ReactJS and PostgreSQL (PERN stack).

Notifications You must be signed in to change notification settings

punit-suman/PERN-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeReactLogin

Sample project for authentication using Node.js (Express) for server-side, PostgreSQL for database and React for client-side (PERN stack).

  • Install all dependencies -

    npm run all-dep
    

Starting the project in development mode

  • Uncomment following two statements in index.js -

    • app.use(express.static(path.join(__dirname, 'client/build')));
    • app.get('*', (req, res) => {res.sendFile(path.join(__dirname, 'client/build', 'index.html'))});
  • Start the project -

    npm run start-dev
    

About

Login authentication using Node.js (Express), ReactJS and PostgreSQL (PERN stack).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •