Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Yawlurl/Yawlurl

Repository files navigation

YAWL URL

🔗 Yawlurl is smart and easy url shortener system. It is a product that you can run in your own environment developed with asp.net core. The word meaning of Yawl is a small sail that briefly guides the ship. :shipit:

Master Develop

Build with

  • ASP.NET Core 3.0 An open-source, cross-platform web development framework
  • MongoDB One of the most popular NoSQL databases
  • Docker support Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

Core components

  • ✔️ Router is performs basic routing operations
  • 🔜 Api provides communication with different application.
  • 🔜 App is a dashboard that provides application management and monitors the application.

Beta Preview of Router Home Page

image

Installation

git clone https://github.com/Yawlurl/Yawlurl.git

If docker is running, run docker compose up command in Yawlurl project folder.

docker-compose up

Then open browser and enter http://localhost:5000. Yawlurl router will be working.