This is a repository that shows how you can integerate JWT Authentication to Express routes.
- Clone the repository
git clone https://github.com/devaku/sample-jwt
cd sample-jwt
- Then after that, install the packages
npm install
- Run the necessary migrations and seeds for the database.
npm run dev
- Refer to index.ts to see the different endpoints.
- This TypeScript application was created by Alejo Kim Uy.
- If you're interested in working with me, you can find my details on my LinkedIn.
- If you want to see my other coding projects, you can find them on my Github.