Skip to content

Commit

Permalink
Merge pull request #13 from sourcefuse/update_deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
samarpan-b committed Jun 16, 2019
2 parents 6e6c4b5 + 560e50c commit ad290f8
Show file tree
Hide file tree
Showing 15 changed files with 340 additions and 399 deletions.
48 changes: 25 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected]>)](http://loopback.io/)

[![Dependencies Status](https://img.shields.io/david/sourcefuse/loopback4-starter.svg?style=flat-square&label=Dependencies)](https://github.com/sourcefuse/loopback4-starter)
[![Loopback Core Version](https://img.shields.io/github/package-json/dependency-version/sourcefuse/loopback4-starter/@loopback/core.svg?style=flat-square)](https://github.com/strongloop/loopback-next)
[![License](https://img.shields.io/github/license/sourcefuse/loopback4-starter.svg?color=blue&label=License&style=flat-square)](https://github.com/sourcefuse/loopback4-starter/blob/master/LICENSE)

This is a LoopBack 4 starter application to get you upto speed with initial setup of a very standard REST API application with LoopBack 4 as framework. It provides you with all the core requisite features for most of the applications over and above framework features, viz.,

Expand All @@ -22,29 +24,29 @@ In addition to that, it also provides you with some of the good to have items

## Table of Contents

- [How to use](#how-to-use)
- [Clone the repository](#clone-the-repository)
- [Install dependencies](#install-dependencies)
- [Update app name](#update-app-name)
- [Update git origin](#update-git-origin)
- [Setup database](#setup-database)
- [Setup redis](#setup-redis)
- [Configure environment](#configure-environment)
- [Run DB migrations](#run-db-migrations)
- [Start server](#start-server)
- [API Explorer](#api-explorer)
- [Architecture overview](#architecture-overview)
- [Database Model](#database-model)
- [Key Notes](#key-notes)
- [Multi-tenant system](#multi-tenant-system)
- [Authentication](#authentication)
- [Authorization](#authorization)
- [Soft Delete](#soft-delete)
- [Audit Logs](#audit-logs)
- [Feedback](#feedback)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)
- [License](#license)
- [How to use](#How-to-use)
- [Clone the repository](#Clone-the-repository)
- [Install dependencies](#Install-dependencies)
- [Update app name](#Update-app-name)
- [Update git origin](#Update-git-origin)
- [Setup database](#Setup-database)
- [Setup redis](#Setup-redis)
- [Configure environment](#Configure-environment)
- [Run DB migrations](#Run-DB-migrations)
- [Start server](#Start-server)
- [API Explorer](#API-Explorer)
- [Architecture overview](#Architecture-overview)
- [Database Model](#Database-Model)
- [Key Notes](#Key-Notes)
- [Multi-tenant system](#Multi-tenant-system)
- [Authentication](#Authentication)
- [Authorization](#Authorization)
- [Soft Delete](#Soft-Delete)
- [Audit Logs](#Audit-Logs)
- [Feedback](#Feedback)
- [Contributing](#Contributing)
- [Code of conduct](#Code-of-conduct)
- [License](#License)

### How to use

Expand Down
Loading

0 comments on commit ad290f8

Please sign in to comment.