No matter the tech stack, your app will have routes that will give data to the user. It could be a form of a views or it could be a form of data ( api ). Start thinking of some of the routes that you may have in your app. Again user stories will help you out here.
As a user I want to be able to create short urls
by adding long url and app generating a short url
POST /urls # to save a new url
GET /urls # to see all the urls ```
No matter the tech stack, your app will have routes that will give data to the user. It could be a form of a views or it could be a form of data ( api ). Start thinking of some of the routes that you may have in your app. Again user stories will help you out here.
As a user I want to be able to create short urls by adding long url and app generating a short url