-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (21 loc) · 1008 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
---
<p><strong>ApiBootstraper</strong> is a Rest Api bootstrap that include an api server, api documentation and clients.</p>
<p>The purpose is to give an API bootstrap as well as its clients and so to facilitate the implementation of an API.<br />This bootstrap contains a system of authentication and bases itself on the example of a todo list.</p>
<h2>Applications</h2>
<p>
<a href="{{ site.baseurl }}/apps"><img src="{{ site.baseurl }}/assets/img/projects_schema.png" alt="" /></a>
— <a href="{{ site.baseurl }}/apps">The list of applications</a>
</p>
<h2>Shortly</h2>
<ul>
<li>Web client</li>
<li>Web mobile client ?</li>
</ul>
<h2>Demo (coming soon)</h2>
<ul>
<li><a href="http://api.api-bootstraper.heroku-app.com">Api</a></li>
<li><a href="http://docs.api-bootstraper.heroku-app.com">Documentation</a></li>
</ul>
<p>Applications can be reset due to limitations imposed by <a href="http://heroku.com">Heroku</a>.</p>