A full-stack application that demonstrates JWT-based authentication using a React frontend and Express.js backend.
- Frontend: Navigate to the frontend directory and run
npm install. - Backend: Navigate to the backend directory and run
npm install.
- Frontend: In the frontend directory, run
npm start. - Backend: In the backend directory, run
node server.js.
- User registration
- User login
- JWT token-based authentication
- Protected dashboard route
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT"