Skip to content

smfils1/mern-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Boilerplate (Counter App)

This is a MERN boilerplate project that implements a realtime counter application with authentication

Technologies

Features

  • Login and Signup (email & password)
  • Forgot Password
  • Authenticated Routes
  • Realtime counter updates
  • History paginated logs
  • Google OAuth

Running Locally

Configuring environment variables

  • Rename client's .env-sample to .env
  • Rename server's .env-sample to .env
  • Fill in the environment variable values in both .env files

Starting the App

  • npm install to install all dependencies
  • npm run dev to run both client & backend
  • cd server && npm run server to run only backend
  • cd client && npm start to run only client

About

Full Stack Authentication Counter App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published