Node js API built to ensure Authentication and protection of desired routes using JWT
Installation:
npm install
npm start or npm run dev
Open your favorite browser and navigate to http://localhost:5000 to experience the magic 😎!
The server will automatically reload as you make changes, and any lint errors will be displayed in the console.
Firstly, register yourself using the registering endpoint and then login, if login is successful it will give you a token that you have to place in the authorization header to access the protected routes
If you find this repo useful, don't forget to show some love! Give the repository a star to support the project. 🌟