/MERN_STACK_AUTHENTICATION

Minimal full-stack MERN app with authentication using express and JWTs.

Primary LanguageSCSS

Socialelite(Login and registration with MERN stack)

Final App
Minimal full-stack MERN app with authentication using express and JWTs.
Live Demo: https://tender-poincare-56ebfe.netlify.app/

This project uses the following technologies:

Quick Start

// Install dependencies for server & client
npm install && npm run client-install

// Run client & server with concurrently
npm run dev

// Server runs on http://localhost:5000 and client on http://localhost:3000

For deploying to Heroku, please refer to this helpful video by TraversyMedia.

Contributing

Questions, comments, suggestions, and other contributions are welcome, as this is an open-source example project and not officially maintained as part of an application or library etc.