An application that stores and manages URL links.
View Demo »
Explore the docs
·
Report Bug
·
Request Feature
Table of Contents
A suite of applications to store, manage and share links. I found that keeping track of useful websites/URL can be arduous and that was the raison d'être for this project. However, as the time goes by, I started to add more functionalities such as authorization, real-time chat, GraphQL etc to expand my knowledge and challenge myself.
This project is still in active development and the entities and database design can be temporary found in the drawio document in the docs folder.
Application
| Directory | Description | |
|---|---|---|
| 1. | Linker.Common | Library that includes commonly shared codes across other projects |
| 2. | Linker.Core | Old library that contains the models and interfaces used across the codebase |
| 3. | Linker.Core.V2 | Latest library that contains the models and interfaces with the updated design decision |
| 4. | Linker.Data | The integration layer between the application and data sources such as database |
| 5. | Linker.Database | The project that stores all the TSQL definitions such as tables and stored procedures for the database |
| 6. | Linker.Mvc | The main client for the application. Working in progress. |
| 7. | Linker.WebApi | A HTTP client for the app |
| 8. | Linker.WebJob | A cron-powered background service that housekeep the records |
| 9. | Linker.Cli | A standalone CLI app |
| 10. | Linker.Cli.Core | Library used by the CLI app |
| 11. | Linker.Cli.Integrations | Library containing data access orchestration used by the CLI app |
The technologies and tools used within this project.
- .NET Core
- Pnpm
- TailwindCSS
- JavaScript
- jQuery
- TSQL/SQL Server
- SignalR
- xUnit
- SpecFlow
The list of tools that is used when development.
- Visual Studio
- npm
npm install npm@latest -g
- Pnpm
npm i -g pnpm
- Git
- .NET CLI
To run this template project in your local for personal use or contribution, simply perform the following.
- Clone the repo
git clone https://github.com/data-miner00/Linker.git
- Install Node dependencies
pnpm i
- Restore Nuget
dotnet restore
- Build projects
dotnet build - Restore database
- Run Mvc
dotnet run --project src/Linker.Mvc/Linker.Mvc.csproj
- Add OAuth/OIDC authentication
- Add QRCode
- Use RabbitMQ
- Use Grafana for telemetry tracking
- Configure code coverage with report generator
- Create Mobile App
- Sending Email
- Change GitHub Workflows to use Azure Pipelines
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the WTFPL License. See LICENSE for more information.
List of resources that are helpful and would like to give credit to.