Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 740 Bytes

LEARN.md

File metadata and controls

14 lines (10 loc) · 740 Bytes

How to Build Linkly RS 🔧

To build Linkly RS, let's get familiar with the concept used. Firstly, you can add a new url to the database using the POST request to the /url and if the url has not been added already, the Redis database is updated and you should get a 200 status alongside the short version of the url. When making a GET request to the /url/{short} it checks if the url exists on redis and if it does, it redirects the client to the original url.

Pre Requisite

I expect you to have some knowledge on