this project helps me in understanding the authentication and authorization.
In this project I worked on how these different kind fo authentication works -:
1. No authentication.
2. Basic authentication.
3. API key.
4. Bearer Token / Auth token.
1. clone this repo.
2. install all packages and dependencies by running this command on ur bash
"npm i"
3. then run the server by this command in ur terminal.
"node index.js"
4. your program is running on ur localhost:3000