A modern full-stack authentication application built with React, Node.js, and MongoDB,and deployed on Netlify (frontend) and Render (backend). Styled with Chakra UI for a clean, responsive UI.
- User Sign Up
- Secure Login with JWT
- Logout functionality
- Error Handling
- Responsive design using Chakra UI
- Node.js
- Express.js
- MongoDB Atlas
- Mongoose
- JSON Web Tokens (JWT)
- Render (Deployment)
- Frontend (Netlify): https://authentication-mernstack.netlify.app
- Backend (Render): https://authenticationmernstack-backend.onrender.com
- Backend Repo: https://github.com/EverusLainus/AuthenticationMERNStack_Backend
- VS Code – Coding and debugging
- Insomnia – API testing
- MongoDB Compass – MongoDB GUI client
git clone https://github.com/EverusLainus/AuthenticationMERNStack_Backend.git
cd AuthenticationMERNStack_Backend
npm install