From 61d5c5a1479a74e06e3caf1b3d5867c796e20a46 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sun, 23 Jul 2017 10:28:26 +0430 Subject: [PATCH] Edit motivation --- docs/motivation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/motivation.md b/docs/motivation.md index 7e9e865..3ae91a7 100644 --- a/docs/motivation.md +++ b/docs/motivation.md @@ -1,3 +1,4 @@ # Motivation +In this project we follow [loosely coupled](https://en.wikipedia.org/wiki/Loose_coupling) system principle with the idea each part of this project be independent from others. For example if you want to use [frontend](https://en.wikipedia.org/wiki/Front_and_back_ends) you you are not depend on [backend](https://en.wikipedia.org/wiki/Front_and_back_ends) as you can use Firbase so easy which we have provided in this project. You also can use any kind of backend such as php, python, javascript and etc, completely independent of frontend or you can use [ASP.NET Core 2](https://docs.microsoft.com/en-us/dotnet/core/) backend that we provided in this project. As my target in this project, I've intended to build a social network with features of new and powerful web technologies such as [React](https://facebook.github.io/react/) as a front-end tool in [React Social Network](https://github.com/Qolzam/react-social-network) project and build a powerful backend by [ASP.NET Core 2](https://docs.microsoft.com/en-us/dotnet/core/) with its cool new features in [ASP.NET Core Social Network](https://github.com/Qolzam/aspnet-core-social-network). I also use [React Native](https://facebook.github.io/react-native/) to build a powerful mobile social app in [React Mobile Social](https://github.com/Qolzam/react-mobile-social). All cool new features are providing as an open source project under MIT LICENSE and it's so great ;). \ No newline at end of file