Before we can begin, you will need:
- Node.js at v8.x or higher
- Typescript
- Git
- Clone this repository if you haven't done already:
git clone git@github.com:truongminh/loopback-next-tutorial.git
The tutorial is divided into packages:
hello
: basic setup for a basic rest applicationtodo
: a sample todo applicationmytodo
: a full todo application with persitence storage and authentication
This tutorial is aimed to bootstrap the new comers who needs to quickly get familiar with the core concepts of loopback-next
.
If you need help or want to give feedbacks, please open issues on this repository or email me at nguyentruongminh7@gmail.com
.