#
loopback
Here are 514 public repositories matching this topic...
Free and Open Source Full Stack RAPID API DEVELOPMENT | CURRENTLY UNMAINTAINED - READ MORE HERE ➡️
javascript
angular
node
typescript
mit
ng2
monorepo
loopback
help-wanted
coreui
ng4
colmena-cms
colmena
-
Updated
Dec 1, 2017 - TypeScript
Tool for auto-generating Software Development Kits (SDKs) for LoopBack
-
Updated
Aug 10, 2020 - HTML
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
docker
vue
loopback
version-manager
restful-api
vue-resoure
accesstoken
loopback-vue
slc-loopback
daocloud
-
Updated
Apr 19, 2019 - JavaScript
Modern Real-Time Platform by MEAN Expert
-
Updated
Oct 5, 2017 - JavaScript
JSONAPI support for loopback.
serialization
json-api
deserialization
jsonapi
loopback
loopback-component
custom-serialization
serialization-process
-
Updated
May 29, 2020 - JavaScript
Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
-
Updated
Sep 3, 2020 - TypeScript
The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
-
Updated
May 5, 2020
SonicJS is a Modern Open Source NodeJs Based Content Management System
nodejs
javascript
mysql
redis
cms
sql
sql-server
mongodb
flat-file
loopback
cms-framework
oracle-database
in-memory-database
-
Updated
Sep 3, 2020 - CSS
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite
-
Updated
Nov 28, 2018 - JavaScript
A mixin to enable readonly properties for loopback Models
-
Updated
Jun 1, 2020 - JavaScript
Loopback-style REST Client for Admin-on-rest
-
Updated
Jul 16, 2020 - JavaScript
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
nodejs
angular
express
mongodb
rest-api
angular-applications
expressjs
loopback
node-js
angular-starter-template
mean-stack
meanstack
angular-tutorial
angular5
-
Updated
Apr 16, 2020 - TypeScript
Acme Freight's Logistics Wizard application is composed of several microservices, including three Cloud Foundry applications, LoopBack, API Connect, and multiple Cloud Function actions.
-
Updated
Apr 18, 2019
Restfull api and admin dashboard generator easy, fast and clean based on loopback node.js framework https://vah7id.github.io/flashboard/
-
Updated
Aug 23, 2017 - Vue
Visualize your models and their relationships like ER diagram
-
Updated
Jul 11, 2017 - JavaScript
Developing a complete REST API with Loopback
-
Updated
May 23, 2017 - JavaScript
Organize your shopping experience(under heavy development), https://groceristar.github.io/ubersicht/ https://waffle.io/GroceriStar/groceristar
-
Updated
Sep 4, 2020 - CSS
Anu1601CS
opened
Mar 17, 2019
Open
DropBox Integration
1
A mixin to enable computed (dynamic) properties for loopback Models
-
Updated
Jun 1, 2020 - JavaScript
NodeJS-driven backend for medical-appointment-scheduling
-
Updated
May 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the loopback topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loopback topic, visit your repo's landing page and select "manage topics."
Suggestion
Follow-up story from strongloop/loopback-next#4992 (comment)
Now the fields filter only allow object, like
{fields: {title: true, desc: true}}, but doesn't allow the array shortcut like{fields: ['title', 'desc']}.We should support the array shortcut as well.
Copy the details here:
fields: ['foo', 'bar']is not allowed with