All Projects → cicekhayri → Ebook Building An Api Backend With Microprofile

cicekhayri / Ebook Building An Api Backend With Microprofile

Licence: apache-2.0
Building an API Backend with MicroProfile

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ebook Building An Api Backend With Microprofile

Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+364.15%)
Mutual labels:  api, restful-api
Materialhome
一个基于 Material Design 风格设计的图书展示类App,豆瓣图书,在线电子书。
Stars: ✭ 331 (+524.53%)
Mutual labels:  api, ebook
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+377.36%)
Mutual labels:  api, restful-api
Hitchhiker
a Restful Api test tool
Stars: ✭ 2,175 (+4003.77%)
Mutual labels:  api, restful-api
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+1384.91%)
Mutual labels:  api, restful-api
Lumen Api Starter
Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
Stars: ✭ 197 (+271.7%)
Mutual labels:  api, restful-api
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+458.49%)
Mutual labels:  api, restful-api
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (+194.34%)
Mutual labels:  api, restful-api
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+1381.13%)
Mutual labels:  api, restful-api
Koa2 Api Scaffold
一个基于Koa2的轻量级RESTful API Server脚手架。
Stars: ✭ 694 (+1209.43%)
Mutual labels:  api, restful-api
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+241.51%)
Mutual labels:  api, restful-api
Tinyme
A tiny php framework based on flight and medoo with restful api service
Stars: ✭ 28 (-47.17%)
Mutual labels:  api, restful-api
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+235.85%)
Mutual labels:  api, restful-api
Route
Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications.
Stars: ✭ 200 (+277.36%)
Mutual labels:  api, restful-api
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (+213.21%)
Mutual labels:  api, restful-api
Pfsense fauxapi
REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Stars: ✭ 288 (+443.4%)
Mutual labels:  api, restful-api
Saas Boilerplate
SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
Stars: ✭ 152 (+186.79%)
Mutual labels:  api, restful-api
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+186.79%)
Mutual labels:  api, restful-api
Datafire
A framework for building integrations and APIs
Stars: ✭ 487 (+818.87%)
Mutual labels:  api, restful-api
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-62.26%)
Mutual labels:  api, restful-api

// // Copyright (c) 2019 Hayri Cirek // // See the NOTICE file(s) distributed with this work for additional // information regarding copyright ownership. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // = Building an API Backend with MicroProfile (ebook)

[width="100%"] |======================================================== |https://cicekhayri.github.io/ebook-Building-an-API-Backend-with-MicroProfile/building-an-api-backend-with-microprofile.html[HTML] |https://cicekhayri.github.io/ebook-Building-an-API-Backend-with-MicroProfile/building-an-api-backend-with-microprofile.pdf[PDF] |========================================================

This project has the following parts:

  • ebook - the actual PDF / HTML Asciidoc source
  • bookstore - some server side java code referenced in the book
  • bookstore-client - some client side java code referenced in the book

== Generating the book

==== In the ebook directory:

[source,bash]

mvn clean install

Maven will generate the book (PDF and HTML) in target/generated-docs/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].