Originally published on strongloop.com
Part 7: Wrap-Up
In This Episode
This is the final episode of this series. We've used LoopBack 4 to build an online web text-based adventure game. We've built the foundation with LoopBack, and I am going to summarize what we have achieved so far, and how can you apply all of this to your own project.
What We Have Achieved
In episode 1, we created a simple APIs. You can do the same to create a start point for your own project, for example, a student registration system which has a student model with properties like studentId, name, major, and course. Then we connected our project to MongoDB. You have the freedom to choose any database you want. LB4 supports most databases very well.