From d08a53c190155f1d0591dae64fcf7337bb706dc4 Mon Sep 17 00:00:00 2001 From: Vaibhav Jaiswal <64367926+Vaibhav2002@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:52:26 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c7254..6b7d1fa 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ const val BASE_URL = "http://[your server url]/api/" ## About -It uses a custom NodeJS Server running on Linode. It uses Linode for database and storage hosting. +It uses a custom NodeJS Server running on [Linode](https://www.linode.com). It uses [Linode](https://www.linode.com) for database and storage hosting. - Fully functionable. - Clean and Simple Material UI. From b5e0bbe67e1f62ecfd434b1e0c5b0645306ecef0 Mon Sep 17 00:00:00 2001 From: Vaibhav Jaiswal <64367926+Vaibhav2002@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:59:30 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7d1fa..e325467 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ const val BASE_URL = "http://[your server url]/api/" ## About -It uses a custom NodeJS Server running on [Linode](https://www.linode.com). It uses [Linode](https://www.linode.com) for database and storage hosting. +It uses a nodejs backend which is deployed on an ubuntu server running on [Linode](https://www.linode.com). - Fully functionable. - Clean and Simple Material UI. From 5ac476153db59c9259237855d6401d55689ac3f0 Mon Sep 17 00:00:00 2001 From: Vaibhav Jaiswal <64367926+Vaibhav2002@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:14:52 +0530 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..65644ad --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Vaibhav Jaiswal + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.