Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 2.15 KB

README.md

File metadata and controls

62 lines (35 loc) · 2.15 KB

Admin frontend for Azure Shortener Urls

You just deployed the AzShortenerUrl backend (the Azure Functions), and now you would like to be able to create Urls! There is many different ways to calls those Azure Functions from a direct HTTP call to a fancy website.

Here, you will find the list of all available frontend with the instructions to deploy and use them.


List of available Admin frontends

Simple use of the API testing tool Postman to call the Azure Functions.

Postman Create ShotUrl

More details here.

A simple website that implement the basic functionalities. You can list all URLs and create new ones. The website is done using Asp .Net Core Blazor with a server side. It can be deploy in Azure with one-click deployment.

Postman Create ShotUrl

More details here.


How to add a new frontend

You don't find the frontend you would like? You can create one in your favorite language and add it to the list!

To do that simply create a pull request for your new frontend. Here some guidance on the format so everybody have the best experience possible.

Things to include in you Pull Request

1- Add a section to List of available Admin frontends. Make sure you add a short description, language used and a screen shot of your frontend.

2- Create a new folder in the adminTools subfolder with the following structure.

├──adminTools
   └───newFrontend
       ├───medias
       |   └───images, screenshots
       ├───src
       |   └───the code
       └───README.md

Make sure your readme contains:

  • Detailed deployment steps, and how to configure it.
  • Utilization steps/ guide
  • Use screenshot when possible

Question, problem?

If you have question or encounter any problem using any admin frontend with AzShortenerUrl please feel free to ask help in the issues section.