How to create a mock-server inside Angular
Introduction
If you want créate your front-end project without the back-end you need to use a mock. You can create a mock who acts as a true back end. I want to share this solution with you.
Pre-requisites
**Angular project
ng g myProject
Json-server...
broski.hashnode.dev2 min read