Create a route for links
Task
Create router for links
Solution
- Create folder routes with link.route.ts inside it
- import all dependencies
- call function Router from express
- add get and post logic
Test
go to localhost and check links api
Expected work time
30 minutes