Skip to content

Commit 9c2ce26

Browse files
EDDYMENSgitbook-bot
authored andcommitted
GitBook: [master] 39 pages and 8 assets modified
1 parent 949b002 commit 9c2ce26

32 files changed

+795
-477
lines changed
1.09 KB
Loading

.gitbook/assets/create_table.png

35.5 KB
Loading

.gitbook/assets/deploy_heroku.png

18.2 KB
Loading

.gitbook/assets/get_started.svg

+113
Loading

.gitbook/assets/new_table_button.png

956 Bytes
Loading

.gitbook/assets/service_rules.png

118 KB
Loading

.gitbook/assets/signin.png

16.1 KB
Loading

.gitbook/assets/view_devless.png

22.3 KB
Loading

README.md

100755100644
+3-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## **INTRODUCTION**
1+
# Introduction
22

33
For the 25+ years the web has existed, we have seen it evolve to become more than a publishing platform. Now we see the web supporting vast majority of businesses. We have also seen the tools surrounding the web evolve as well.
44

@@ -12,9 +12,7 @@ We pick up the challenge and acknowledge the fact that:
1212

1313
With these assumptions, we set out to build [DevLess](https://devless.io) an open source framework for bootstrapping your online business without the bells and whistles.
1414

15-
[**DevLess**](https://devless.io/ "https://devless.io/") is an open source back-end as a service for mobile, web and IOT application developers to rapidly develop their back-end services and generate API endpoints with ease. You can check it out @ [https://devless.io](https://devless.io "https://devless.io").
16-
17-
All that is required of the developer is to write the front-end code \([JavaScript](https://www.javascript.com/ "https://www.javascript.com/"), [Android](https://developer.android.com "https://developer.android.com")\[[Java](https://java.com/en/download/ "https://java.com/en/download/")\], iOS\[[Swift](https://swift.org/ "https://swift.org/")/[Objective C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html "https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html")\], etc.\) to consume the API endpoints. If the developer's required feature isn't available, he or she can build the service extensions and share with the world through the Service Hub.
18-
15+
[**DevLess**](https://devless.io/) is an open source back-end as a service for mobile, web and IOT application developers to rapidly develop their back-end services and generate API endpoints with ease. You can check it out @ [https://devless.io](https://devless.io).
1916

17+
All that is required of the developer is to write the front-end code \([JavaScript](https://www.javascript.com/), [Android](https://developer.android.com)\[[Java](https://java.com/en/download/)\], iOS\[[Swift](https://swift.org/)/[Objective C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)\], etc.\) to consume the API endpoints. If the developer's required feature isn't available, he or she can build the service extensions and share with the world through the Service Hub.
2018

SUMMARY.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
# Summary
1+
# Table of contents
22

3+
* [Introduction](README.md)
34
* [Introduction](introduction.md)
4-
* [Philosophy](README.md)
5+
* [Philosophy](philosophy.md)
56
* [Quick Start](quick-start.md)
6-
* [Setting up DevLess](how-to-setup-devless.md)
7-
* [Interacting With DevLess](interacting.md)
8-
* [HTML Kit](html_sdk.md)
9-
* [The Basics](html_sdk.md)
10-
* [Advanced Concepts](html-advanced-concepts.md)
11-
* [SDKs](sdks.md)
12-
* [HTTP API](http_api.md)
13-
* [DevLess Status Codes](devless-status-codes.md)
14-
* [Using external services](using_services.md)
15-
* [Managing your data](secure_transform_data.md)
16-
* [Data model](data_model.md)
17-
* [Securing & Transforming data](rules_engine.md)
18-
* [Rules](rules_reference.md)
19-
* [Examples of Services](list-of-services.md)
20-
* [Dev Environment](dev-setup.md)
21-
* [Extending Services](services.md)
7+
* [Setting up DevLess](setting-up-devless.md)
8+
* [Interacting With DevLess](interacting-with-devless/README.md)
9+
* [HTML Kit](interacting-with-devless/html-kit/README.md)
10+
* [The Basics](interacting-with-devless/html-kit/the-basics.md)
11+
* [Advanced Concepts](interacting-with-devless/html-kit/advanced-concepts.md)
12+
* [SDKs](interacting-with-devless/sdks.md)
13+
* [HTTP API](interacting-with-devless/http-api.md)
14+
* [Query Parameters](interacting-with-devless/query-parameters.md)
15+
* [DevLess Status Codes](interacting-with-devless/devless-status-codes.md)
16+
* [Using external services](using-external-services.md)
17+
* [Managing your data](managing-your-data/README.md)
18+
* [Data model](managing-your-data/data-model.md)
19+
* [Securing & Transforming data](managing-your-data/securing-and-transforming-data.md)
20+
* [Rules](managing-your-data/rules.md)
21+
* [Examples of Services](examples-of-services.md)
22+
* [Dev Environment](dev-environment.md)
23+
* [Extending Services](extending-services.md)
2224
* [Internal DevLess Service](internal-devless-service.md)
2325
* [DataStore](datastore.md)
2426

0 commit comments

Comments
 (0)