* Change Log ** 0.1.0 <2023-07-05 Wed> Init project. Added the Links model. Added README and CHANGELOG. ** 0.1.1 <2023-07-06 Thu> Updated the Links model to have a unique shorten. ** 0.1.2 <2023-07-06 Thu> Renamed the Links.get_one_by_name to get_one_by_shorten. ** 0.2.0 <2023-07-07 Fri> Added a generator of a SafeString. ** 0.2.1 <2023-07-07 Fri> Added a method to create an Link using a generator. ** 0.3.0 <2023-07-08 Sat> Added the redirect route. ** 0.3.1 <2023-07-09 Sun> Added the simple index page. ** 0.3.2 <2023-07-09 Sun> Added the simple dev configuration. ** 0.4.0 <2023-07-28 Fri> Added the API to show the Links model or models. ** 0.4.1 <2023-07-29 Sat> Add the API to create the Links model. ** 0.4.2 <2023-07-30 Sun> Add the API to delete the Links model. ** 0.4.3 <2023-07-31 Mon> Rename the controller and the view names to "Link". Move Links to the Links context. Refactor to split the Links to a Link model and a Links logic. Update the controller and the view for updated Link model. ** 0.4.4 <2023-08-01 Tue> Fix Links.update_one/2. ** 0.4.5 <2023-08-01 Tue> Fix the route path in LinkController.create/2. ** 0.4.6 <2023-08-01 Tue> Add the API to update the Link model. ** 0.4.7 <2023-08-01 Tue> Add tests for the API. ** 0.4.8 <2023-08-02 Wed> Refactor the Links module. ** 0.4.9 <2023-08-02 Wed> Add tests for the Links module. ** 0.4.10 <2023-08-03 Thu> Add the CI/CD configuration. Add the test config. ** 0.5.1 <2023-08-04 Fri> Add a generator for Link with random shorten. Update Links.create_one to use a function. ** 0.5.2 <2023-08-05 Sat> Add dependencies for API Authentication. ** 0.6.0 <2023-08-05 Sat> Add User model. ** 0.7.0 <2023-08-05 Sat> Add the API Authentication. ** 0.7.1 <2023-08-06 Sun> Add tests for UserController, Accounts, Generators.