A tutorial for beginners
Before we can begin, you will need:
git clone git@github.com:truongminh/loopback-next-tutorial.git
The tutorial is divided into packages:
hello
: basic setup for a basic rest application todo
: a sample todo applicationmytodo
: a full todo application with persitence storage and authenticationThis 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
.