Skip to content

This is the example bookstore application that created refer from LoopBack.

Notifications You must be signed in to change notification settings

kankongmeng/loopback-demo-bookstore

Repository files navigation

loopback-demo-bookstore

This is the example bookstore application that created refer from LoopBack.

  • Basic Loopback application with simple API.
  • Demo how Loopback connect multi datasource, MySQL and MongoDB.
  • Demo simple page with simple function, Login, Logout, Signup.
  • Demo simple read and write review features.

Change The Code! Installation Step Below:

My main goal for this is to give new programmers some code to look at and talk about.

Open your terminal

$ git clone https://github.com/kankongmeng/loopback-demo-bookstore.git
$ cd loopback-demo-bookstore
$ npm install
$ node .

Remarks: npm test is for execute Karma-Jasmine and ESLint test.

Main Page

Localhost: https://localhost:3000
Main Page

Api Explorer Page

Localhost: https://localhost:3000
API Explorer Page

Deploy?

Deploy

learn more about

About

This is the example bookstore application that created refer from LoopBack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published